Searched refs:aes_decrypt (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/kgssapi/krb5/ |
| H A D | kcrypto_aes.c | 248 aes_decrypt(const struct krb5_key_state *ks, struct mbuf *inout, in aes_decrypt() function 360 aes_decrypt, 378 aes_decrypt,
|
| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | aes.h | 18 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
| H A D | aes-unwrap.c | 61 aes_decrypt(ctx, b, b); in aes_unwrap()
|
| H A D | aes-cbc.c | 78 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
|
| H A D | crypto_nettle.c | 16 #undef aes_decrypt 292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| H A D | aes-internal-dec.c | 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| H A D | crypto_internal-cipher.c | 186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
|
| H A D | crypto.h | 153 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
| H A D | crypto_gnutls.c | 271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| H A D | crypto_libtomcrypt.c | 129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| H A D | crypto_linux.c | 523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| H A D | crypto_wolfssl.c | 628 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| H A D | crypto_openssl.c | 545 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| /freebsd-14.2/sys/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 87 static int aes_decrypt(crypto_ctx_t *, crypto_data_t *, crypto_data_t *); 100 .decrypt = aes_decrypt, 417 aes_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in aes_decrypt() function
|