Searched refs:aes_decrypt_init (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/wpa/src/crypto/ |
| HD | aes.h | 17 void * aes_decrypt_init(const u8 *key, size_t len);
|
| HD | aes-unwrap.c | 36 ctx = aes_decrypt_init(kek, 16); in aes_unwrap()
|
| HD | aes-cbc.c | 64 ctx = aes_decrypt_init(key, 16); in aes_128_cbc_decrypt()
|
| HD | crypto.h | 118 void * aes_decrypt_init(const u8 *key, size_t len);
|
| HD | crypto_nss.c | 154 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
| HD | aes-internal-dec.c | 59 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
| HD | crypto_internal-cipher.c | 70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()
|
| HD | crypto_gnutls.c | 124 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
| HD | crypto_cryptoapi.c | 317 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
| HD | crypto_libtomcrypt.c | 114 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
| HD | crypto_openssl.c | 258 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|