Home
last modified time | relevance | path

Searched refs:aes_decrypt (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/gd/crypto_toolbox/
H A Daes.h96 return_type aes_decrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_cont…
H A Daes.cc591 return_type aes_decrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_cont… function
624 if (aes_decrypt(in, out, ctx) != EXIT_SUCCESS) return EXIT_FAILURE;
/aosp12/system/bt/stack/crypto_toolbox/
H A Daes.h99 return_type aes_decrypt(const unsigned char in[N_BLOCK],
H A Daes.cc645 return_type aes_decrypt(const unsigned char in[N_BLOCK], function
680 if (aes_decrypt(in, out, ctx) != EXIT_SUCCESS) return EXIT_FAILURE;