Searched refs:aes_decrypt (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Daes.h18 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
H A Daes-unwrap.c61 aes_decrypt(ctx, b, b);
H A Daes-cbc.c78 aes_decrypt(ctx, pos, pos);
H A Dcrypto_nettle.c16 #undef aes_decrypt macro
292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
H A Daes-internal-dec.c151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
H A Dcrypto_internal-cipher.c186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
H A Dcrypto.h145 * aes_decrypt - Decrypt one AES block
151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
H A Dcrypto_gnutls.c271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
H A Dcrypto_libtomcrypt.c129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
H A Dcrypto_linux.c523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
H A Dcrypto_wolfssl.c361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
H A Dcrypto_openssl.c398 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
/freebsd-13-stable/sys/kgssapi/krb5/
H A Dkcrypto_aes.c250 aes_decrypt(const struct krb5_key_state *ks, struct mbuf *inout, function
362 aes_decrypt,
380 aes_decrypt,
/freebsd-13-stable/sys/contrib/openzfs/module/icp/io/
H A Daes.c122 static int aes_decrypt(crypto_ctx_t *, crypto_data_t *, crypto_data_t *,
137 .decrypt = aes_decrypt,
507 aes_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, function

Completed in 77 milliseconds