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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 2035 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key) { function
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
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)

Completed in 93 milliseconds