Searched refs:aes_encrypt_init (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Daes-encblock.c26 ctx = aes_encrypt_init(key, 16);
H A Daes.h14 void * aes_encrypt_init(const u8 *key, size_t len);
H A Daes-wrap.c40 ctx = aes_encrypt_init(kek, kek_len);
H A Daes-cbc.c34 ctx = aes_encrypt_init(key, 16);
H A Daes-ctr.c34 ctx = aes_encrypt_init(key, key_len);
H A Daes-omac1.c54 ctx = aes_encrypt_init(key, key_len);
H A Daes-ccm.c159 aes = aes_encrypt_init(key, key_len);
190 aes = aes_encrypt_init(key, key_len);
H A Daes-internal-enc.c98 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto_internal-cipher.c65 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len);
H A Daes-gcm.c179 aes = aes_encrypt_init(key, key_len);
H A Dcrypto.h114 * aes_encrypt_init - Initialize AES for encryption
119 void * aes_encrypt_init(const u8 *key, size_t len);
123 * @ctx: Context pointer from aes_encrypt_init()
132 * @ctx: Context pointer from aes_encrypt_init()
146 * @ctx: Context pointer from aes_encrypt_init()
155 * @ctx: Context pointer from aes_encrypt_init()
H A Dcrypto_nettle.c245 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto_gnutls.c215 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto_libtomcrypt.c86 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto_linux.c497 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto_wolfssl.c308 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto_openssl.c314 void * aes_encrypt_init(const u8 *key, size_t len) function
/freebsd-13-stable/sys/contrib/openzfs/module/icp/io/
H A Daes.c101 static int aes_encrypt_init(crypto_ctx_t *, crypto_mechanism_t *,
131 .encrypt_init = aes_encrypt_init,
322 aes_encrypt_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, function

Completed in 102 milliseconds