Searched refs:aes_decrypt_init (Results 1 – 18 of 18) 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_cryptoapi.c | 326 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_internal.c | 284 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()
|
/external/wpa_supplicant/ |
D | aes.h | 21 void * aes_decrypt_init(const u8 *key, size_t len);
|
D | aes_wrap.c | 114 ctx = aes_decrypt_init(kek, 16); in aes_unwrap() 497 ctx = aes_decrypt_init(key, 16); in aes_128_cbc_decrypt()
|
D | crypto.h | 118 void * aes_decrypt_init(const u8 *key, size_t len);
|
D | crypto_gnutls.c | 135 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto.c | 183 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | aes.c | 1085 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_cryptoapi.c | 341 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|
D | crypto_internal.c | 283 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()
|
D | crypto_libtomcrypt.c | 119 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
|