Searched refs:aes_decrypt_init (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes.h23 void * aes_decrypt_init(const u8 *key, size_t len);
H A Daes-unwrap.c42 ctx = aes_decrypt_init(kek, 16);
H A Daes-cbc.c70 ctx = aes_decrypt_init(key, 16);
H A Daes-internal-dec.c62 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto.h134 * aes_decrypt_init - Initialize AES for decryption
139 void * aes_decrypt_init(const u8 *key, size_t len);
H A Dcrypto_nss.c160 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_gnutls.c130 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_internal-cipher.c81 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
H A Dcrypto_cryptoapi.c323 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_libtomcrypt.c120 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_openssl.c236 void * aes_decrypt_init(const u8 *key, size_t len) function

Completed in 104 milliseconds