Searched refs:aes_decrypt_init (Results 1 – 12 of 12) sorted by relevance
/netbsd/external/bsd/wpa/dist/src/crypto/ |
H A D | aes.h | 17 void * aes_decrypt_init(const u8 *key, size_t len);
|
H A D | aes-unwrap.c | 39 ctx = aes_decrypt_init(kek, kek_len); in aes_unwrap()
|
H A D | aes-cbc.c | 70 ctx = aes_decrypt_init(key, 16); in aes_128_cbc_decrypt()
|
H A D | aes-internal-dec.c | 59 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
H A D | crypto_internal-cipher.c | 70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()
|
H A D | crypto.h | 142 void * aes_decrypt_init(const u8 *key, size_t len);
|
H A D | crypto_nettle.c | 276 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
H A D | crypto_gnutls.c | 252 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
H A D | crypto_libtomcrypt.c | 115 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
H A D | crypto_linux.c | 517 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
H A D | crypto_wolfssl.c | 341 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
H A D | crypto_openssl.c | 371 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|