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_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_nss.c160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Daes-internal-dec.c150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto.h126 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
Dcrypto_internal-cipher.c186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
Dcrypto_gnutls.c140 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
Dcrypto_openssl.c285 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
Daes.h76 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key);
/external/srtp/
Dsrtp.def82 aes_decrypt
/external/chromium_org/third_party/libsrtp/srtp/
Dsrtp.def83 aes_decrypt
/external/bluetooth/bluedroid/stack/smp/
Daes.h103 return_type aes_decrypt( const unsigned char in[N_BLOCK],
Daes.c612 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/
Dekt.c154 aes_decrypt(ciphertext, expanded_key); in aes_decrypt_with_raw_key()
/external/chromium_org/third_party/libsrtp/srtp/srtp/
Dekt.c154 aes_decrypt(ciphertext, &expanded_key); in aes_decrypt_with_raw_key()
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_aes.cpp943 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/
Daes_cbc.c239 aes_decrypt(&state, c->expanded_key); in aes_cbc_decrypt()
Daes.c1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { in aes_decrypt() function
/external/chromium_org/third_party/libsrtp/srtp/tables/
Daes_tables.c335 aes_decrypt(&x, decrypt_key); in aes_test_inverse()
/external/srtp/tables/
Daes_tables.c339 aes_decrypt(&x, decrypt_key); in aes_test_inverse()
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
Daes_cbc.c240 aes_decrypt(&state, &c->expanded_key); in aes_cbc_decrypt()

12