Searched refs:aes_decrypt (Results 1 – 11 of 11) sorted by relevance
/external/syslinux/gpxe/src/crypto/ |
D | axtls_aes.c | 133 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/ |
D | aes.h | 18 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
D | aes-unwrap.c | 61 aes_decrypt(ctx, b, b); in aes_unwrap()
|
D | aes-cbc.c | 78 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
|
D | aes-internal-dec.c | 150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_internal-cipher.c | 186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
|
D | crypto.h | 148 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
D | crypto_gnutls.c | 140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_libtomcrypt.c | 128 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_openssl.c | 350 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 755 static void aes_decrypt(AESContext* ctx, unsigned int* block) { in aes_decrypt() function 770 aes_decrypt(ctx, x); in aes_decrypt_cbc()
|