HomeSort by relevance Sort by last modified time
    Searched refs:aes_decrypt (Results 1 - 7 of 7) 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/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/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/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...]

Completed in 678 milliseconds