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

/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Daes.h17 void * aes_decrypt_init(const u8 *key, size_t len);
H A Daes-unwrap.c36 ctx = aes_decrypt_init(kek, 16);
H A Daes-cbc.c64 ctx = aes_decrypt_init(key, 16);
H A Dcrypto.h113 * aes_decrypt_init - Initialize AES for decryption
118 void * aes_decrypt_init(const u8 *key, size_t len);
H A Dcrypto_nss.c154 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Daes-internal-dec.c59 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_internal-cipher.c70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
H A Dcrypto_gnutls.c124 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_cryptoapi.c317 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_libtomcrypt.c114 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_openssl.c258 void * aes_decrypt_init(const u8 *key, size_t len) function

Completed in 93 milliseconds