Searched refs:aes_decrypt_init (Results 1 – 20 of 20) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | aes.h | 21 void * aes_decrypt_init(const u8 *key, size_t len);
|
D | aes_wrap.c | 111 ctx = aes_decrypt_init(kek, 16); in aes_unwrap() 515 ctx = aes_decrypt_init(key, 16); in aes_128_cbc_decrypt()
|
D | crypto.h | 119 void * aes_decrypt_init(const u8 *key, size_t len);
|
D | crypto_openssl.c | 186 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_gnutls.c | 136 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | aes.c | 1101 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_libtomcrypt.c | 119 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_cryptoapi.c | 326 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_internal.c | 284 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes.h | 17 void * aes_decrypt_init(const u8 *key, size_t len);
|
D | aes-unwrap.c | 36 ctx = aes_decrypt_init(kek, 16); in aes_unwrap()
|
D | aes-cbc.c | 64 ctx = aes_decrypt_init(key, 16); in aes_128_cbc_decrypt()
|
D | crypto.h | 133 void * aes_decrypt_init(const u8 *key, size_t len);
|
D | crypto_nss.c | 154 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | aes-internal-dec.c | 56 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_gnutls.c | 124 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_internal-cipher.c | 75 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()
|
D | crypto_openssl.c | 230 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_cryptoapi.c | 317 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_libtomcrypt.c | 114 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|