Home
last modified time | relevance | path

Searched refs:aes_decrypt (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/gpxe/src/crypto/
Daxtls_aes.c133 static void aes_decrypt ( void *ctx, const void *src, void *dst, in aes_decrypt() function
153 .decrypt = aes_decrypt,
/external/wpa_supplicant_8/src/crypto/
Daes.h18 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Daes-unwrap.c61 aes_decrypt(ctx, b, b); in aes_unwrap()
Daes-cbc.c78 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
Daes-internal-dec.c150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto.h148 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Dcrypto_internal-cipher.c186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
Dcrypto_gnutls.c140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_libtomcrypt.c128 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_openssl.c350 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_aes.cpp755 static void aes_decrypt(AESContext* ctx, unsigned int* block) { in aes_decrypt() function
770 aes_decrypt(ctx, x); in aes_decrypt_cbc()