Home
last modified time | relevance | path

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

/freebsd/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); in aes_unwrap()
H A Daes-cbc.c70 ctx = aes_decrypt_init(key, 16); in aes_128_cbc_decrypt()
H A Daes-internal-dec.c59 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_internal-cipher.c70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()
H A Dcrypto.h142 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) in aes_decrypt_init() function
H A Dcrypto_gnutls.c252 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_libtomcrypt.c115 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_linux.c517 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_wolfssl.c341 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
H A Dcrypto_openssl.c444 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() function
/freebsd/sys/contrib/openzfs/module/icp/io/
H A Daes.c72 static int aes_decrypt_init(crypto_ctx_t *, crypto_mechanism_t *,
99 .decrypt_init = aes_decrypt_init,
250 aes_decrypt_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in aes_decrypt_init() function