HomeSort by relevance Sort by last modified time
    Searched refs:aes_decrypt (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes.h 76 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key);
  /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 54 aes_decrypt(ctx, b, b);
aes-cbc.c 72 aes_decrypt(ctx, pos, pos);
crypto_nss.c 160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
aes-internal-dec.c 150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
crypto.h 121 * aes_decrypt - Decrypt one AES block
126 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_cryptoapi.c 323 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 285 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
  /external/bluetooth/bluedroid/stack/smp/
aes.h 103 return_type aes_decrypt( const unsigned char in[N_BLOCK],
aes.c 612 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] ) function
648 if(aes_decrypt(in, out, ctx) != EXIT_SUCCESS)
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c 154 aes_decrypt(ciphertext, &expanded_key);
  /external/srtp/srtp/
ekt.c 154 aes_decrypt(ciphertext, expanded_key);
  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 297 * test that aes_encrypt and aes_decrypt are actually
335 aes_decrypt(&x, decrypt_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/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes_cbc.c 240 aes_decrypt(&state, &c->expanded_key);
aes.c 2035 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key) { function
    [all...]
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_aes.cpp 943 static void aes_decrypt(AESContext * ctx, unsigned int * block) function
    [all...]

Completed in 250 milliseconds