/external/srtp/crypto/include/ |
aes.h | 70 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
|
/external/wpa_supplicant_8/src/crypto/ |
aes.h | 18 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
aes-unwrap.c | 61 aes_decrypt(ctx, b, b);
|
aes-cbc.c | 78 aes_decrypt(ctx, pos, pos);
|
aes-internal-dec.c | 150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
crypto.h | 143 * aes_decrypt - Decrypt one AES block 148 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
crypto_internal-cipher.c | 186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
|
crypto_gnutls.c | 140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
crypto_libtomcrypt.c | 128 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
crypto_openssl.c | 330 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
/system/bt/stack/smp/ |
aes.h | 103 return_type aes_decrypt( const unsigned char in[N_BLOCK],
|
aes.c | 620 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] ) function 656 if(aes_decrypt(in, out, ctx) != EXIT_SUCCESS)
|
/external/srtp/srtp/ |
ekt.c | 154 aes_decrypt(ciphertext, expanded_key);
|
/external/srtp/tables/ |
aes_tables.c | 299 * test that aes_encrypt and aes_decrypt are actually 339 aes_decrypt(&x, decrypt_key);
|
/external/srtp/crypto/cipher/ |
aes_cbc.c | 239 aes_decrypt(&state, c->expanded_key);
|
aes.c | 1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { function [all...] |
/external/pdfium/core/src/fdrm/crypto/ |
fx_crypt_aes.cpp | 755 static void aes_decrypt(AESContext* ctx, unsigned int* block) { function [all...] |