Home
last modified time | relevance | path

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

12

/external/srtp/crypto/include/
Daes.h70 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Daes.h22 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Daes_wrap.c129 aes_decrypt(ctx, b, b); in aes_unwrap()
523 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
Dcrypto.h127 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Dcrypto_openssl.c200 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_gnutls.c152 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Daes.c1114 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_libtomcrypt.c133 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_cryptoapi.c332 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_internal.c380 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
/external/wpa_supplicant_8/src/crypto/
Daes.h18 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Daes-unwrap.c54 aes_decrypt(ctx, b, b); in aes_unwrap()
Daes-cbc.c72 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
Dcrypto.h141 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Dcrypto_nss.c160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Daes-internal-dec.c135 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_gnutls.c140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_internal-cipher.c193 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
Dcrypto_openssl.c244 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_cryptoapi.c323 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
/external/srtp/
Dsrtp.def82 aes_decrypt
/external/srtp/srtp/
Dekt.c154 aes_decrypt(ciphertext, expanded_key); in aes_decrypt_with_raw_key()
/external/srtp/crypto/cipher/
Daes_cbc.c239 aes_decrypt(&state, c->expanded_key); in aes_cbc_decrypt()
/external/srtp/tables/
Daes_tables.c339 aes_decrypt(&x, decrypt_key); in aes_test_inverse()

12