Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Daes.h18 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
H A Daes-unwrap.c61 aes_decrypt(ctx, b, b); in aes_unwrap()
H A Daes-cbc.c78 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
H A Dcrypto_nettle.c16 #undef aes_decrypt
292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
H A Daes-internal-dec.c151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
H A Dcrypto_internal-cipher.c186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
H A Dcrypto.h151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
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.c361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
H A Dcrypto_openssl.c398 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function