Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/crypto/
H A Daes.h17 void * aes_decrypt_init(const u8 *key, size_t len);
H A Daes-unwrap.c39 ctx = aes_decrypt_init(kek, kek_len); in aes_unwrap()
H A Daes-cbc.c70 ctx = aes_decrypt_init(key, 16); in aes_128_cbc_decrypt()
H A Daes-internal-dec.c59 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_internal-cipher.c70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()
H A Dcrypto.h142 void * aes_decrypt_init(const u8 *key, size_t len);
H A Dcrypto_nettle.c276 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_gnutls.c252 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_libtomcrypt.c115 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_linux.c517 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_wolfssl.c341 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_openssl.c371 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function