/external/srtp/crypto/include/ |
D | aes.h | 70 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | aes.h | 22 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
D | aes_wrap.c | 129 aes_decrypt(ctx, b, b); in aes_unwrap() 523 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
|
D | crypto.h | 127 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
D | crypto_openssl.c | 200 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_gnutls.c | 152 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | aes.c | 1114 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_libtomcrypt.c | 133 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_cryptoapi.c | 332 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_internal.c | 380 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_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 | 54 aes_decrypt(ctx, b, b); in aes_unwrap()
|
D | aes-cbc.c | 72 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
|
D | crypto.h | 141 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
D | crypto_nss.c | 160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | aes-internal-dec.c | 135 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_gnutls.c | 140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_internal-cipher.c | 193 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
|
D | crypto_openssl.c | 244 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_cryptoapi.c | 323 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
|
/external/srtp/ |
D | srtp.def | 82 aes_decrypt
|
/external/srtp/srtp/ |
D | ekt.c | 154 aes_decrypt(ciphertext, expanded_key); in aes_decrypt_with_raw_key()
|
/external/srtp/crypto/cipher/ |
D | aes_cbc.c | 239 aes_decrypt(&state, c->expanded_key); in aes_cbc_decrypt()
|
/external/srtp/tables/ |
D | aes_tables.c | 339 aes_decrypt(&x, decrypt_key); in aes_test_inverse()
|