Searched refs:aes_decrypt_init (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/contrib/wpa/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 | 139 * aes_decrypt_init - Initialize AES for decryption 144 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 | 603 void * aes_decrypt_init(const u8 *key, size_t len) 341 void * aes_decrypt_init(const u8 *key, size_t len) aes_decrypt_init() function
|
H A D | crypto_openssl.c | 518 void * aes_decrypt_init(const u8 *key, size_t len) 444 void * aes_decrypt_init(const u8 *key, size_t len) aes_decrypt_init() function
|
/freebsd-src/sys/contrib/openzfs/module/icp/io/ |
H A D | aes.c | 250 aes_decrypt_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, aes_decrypt_init() function
|