/external/srtp/crypto/include/ |
D | aes.h | 70 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
|
/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_nss.c | 160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | aes-internal-dec.c | 150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto.h | 126 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
D | crypto_internal-cipher.c | 186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
|
D | crypto_gnutls.c | 140 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
|
D | crypto_openssl.c | 285 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
D | aes.h | 76 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key);
|
/external/srtp/ |
D | srtp.def | 82 aes_decrypt
|
/external/chromium_org/third_party/libsrtp/srtp/ |
D | srtp.def | 83 aes_decrypt
|
/external/bluetooth/bluedroid/stack/smp/ |
D | aes.h | 103 return_type aes_decrypt( const unsigned char in[N_BLOCK],
|
D | aes.c | 612 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_con… function 648 if(aes_decrypt(in, out, ctx) != EXIT_SUCCESS)
|
/external/srtp/srtp/ |
D | ekt.c | 154 aes_decrypt(ciphertext, expanded_key); in aes_decrypt_with_raw_key()
|
/external/chromium_org/third_party/libsrtp/srtp/srtp/ |
D | ekt.c | 154 aes_decrypt(ciphertext, &expanded_key); in aes_decrypt_with_raw_key()
|
/external/pdfium/core/src/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 943 static void aes_decrypt(AESContext * ctx, unsigned int * block) in aes_decrypt() function 957 aes_decrypt(ctx, x); in aes_decrypt_cbc()
|
/external/srtp/crypto/cipher/ |
D | aes_cbc.c | 239 aes_decrypt(&state, c->expanded_key); in aes_cbc_decrypt()
|
D | aes.c | 1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { in aes_decrypt() function
|
/external/chromium_org/third_party/libsrtp/srtp/tables/ |
D | aes_tables.c | 335 aes_decrypt(&x, decrypt_key); in aes_test_inverse()
|
/external/srtp/tables/ |
D | aes_tables.c | 339 aes_decrypt(&x, decrypt_key); in aes_test_inverse()
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/ |
D | aes_cbc.c | 240 aes_decrypt(&state, &c->expanded_key); in aes_cbc_decrypt()
|