Searched refs:aes_decrypt_init (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Daes.h17 void * aes_decrypt_init(const u8 *key, size_t len);
H A Daes-unwrap.c39 ctx = aes_decrypt_init(kek, kek_len);
H A Daes-cbc.c70 ctx = aes_decrypt_init(key, 16);
H A Daes-internal-dec.c59 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_internal-cipher.c70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
H A Dcrypto.h137 * aes_decrypt_init - Initialize AES for decryption
142 void * aes_decrypt_init(const u8 *key, size_t len);
H A Dcrypto_nettle.c276 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_gnutls.c252 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_libtomcrypt.c115 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_linux.c517 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_wolfssl.c341 void * aes_decrypt_init(const u8 *key, size_t len) function
H A Dcrypto_openssl.c371 void * aes_decrypt_init(const u8 *key, size_t len) function
/freebsd-13-stable/sys/contrib/openzfs/module/icp/io/
H A Daes.c103 static int aes_decrypt_init(crypto_ctx_t *, crypto_mechanism_t *,
136 .decrypt_init = aes_decrypt_init,
330 aes_decrypt_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, function

Completed in 77 milliseconds