Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_nettle.c261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_gnutls.c237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_linux.c503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_wolfssl.c579 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_openssl.c488 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daes.h32 #define aes_encrypt k5_aes_encrypt macro
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c181 aes_encrypt(const struct krb5_key_state *ks, struct mbuf *inout, in aes_encrypt() function