Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Daes.h18 int 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()
Dcrypto_nettle.c16 #undef aes_decrypt
292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Daes-internal-dec.c151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_internal-cipher.c186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
Dcrypto.h151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Dcrypto_gnutls.c271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_libtomcrypt.c129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_linux.c523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_wolfssl.c361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_openssl.c398 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
/external/u-boot/include/
Duboot_aes.h60 void aes_decrypt(u8 *in, u8 *expkey, u8 *out);
/external/u-boot/lib/
Daes.c566 void aes_decrypt(u8 *in, u8 *expkey, u8 *out) in aes_decrypt() function
645 aes_decrypt(src, key_exp, tmp_data); in aes_cbc_decrypt_blocks()
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_aes.cpp750 void aes_decrypt(CRYPT_aes_context* ctx, unsigned int* block) { in aes_decrypt() function
765 aes_decrypt(ctx, x); in aes_decrypt_cbc()