Home
last modified time | relevance | path

Searched refs:aes_decrypt (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/sys/kgssapi/krb5/
Dkcrypto_aes.c244 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/
Daes.h24 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Daes-unwrap.c60 aes_decrypt(ctx, b, b); in aes_unwrap()
Daes-cbc.c78 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
Dcrypto.h147 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Daes-internal-dec.c141 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_nss.c166 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_gnutls.c146 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_internal-cipher.c199 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
Dcrypto_openssl.c250 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_cryptoapi.c329 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_libtomcrypt.c134 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function