Searched refs:aes_decrypt (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/sys/kgssapi/krb5/ |
| D | kcrypto_aes.c | 244 aes_decrypt(const struct krb5_key_state *ks, struct mbuf *inout, in aes_decrypt() function 364 aes_decrypt, 382 aes_decrypt,
|
| /freebsd-9-stable/contrib/wpa/src/crypto/ |
| D | aes.h | 24 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
| D | aes-unwrap.c | 60 aes_decrypt(ctx, b, b); in aes_unwrap()
|
| D | aes-cbc.c | 78 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
|
| D | crypto.h | 147 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
| D | aes-internal-dec.c | 141 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| D | crypto_nss.c | 166 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| D | crypto_gnutls.c | 146 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| D | crypto_internal-cipher.c | 199 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
|
| D | crypto_openssl.c | 250 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| D | crypto_cryptoapi.c | 329 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| D | crypto_libtomcrypt.c | 134 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|