Home
last modified time | relevance | path

Searched defs:aes_decrypt (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Daes-internal-dec.c151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
H A Dcrypto_nettle.c292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
H A Dcrypto_gnutls.c271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
H A Dcrypto_libtomcrypt.c129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
H A Dcrypto_linux.c523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
H A Dcrypto_wolfssl.c628 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
H A Dcrypto_openssl.c545 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daes.h28 #define aes_decrypt k5_aes_decrypt macro
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c252 aes_decrypt(const struct krb5_key_state *ks, struct mbuf *inout, in aes_decrypt() function