Searched refs:aes_decrypt (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/gd/crypto_toolbox/ |
H A D | aes.h | 96 return_type aes_decrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_cont…
|
H A D | aes.cc | 591 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 D | aes.h | 99 return_type aes_decrypt(const unsigned char in[N_BLOCK],
|
H A D | aes.cc | 645 return_type aes_decrypt(const unsigned char in[N_BLOCK], function 680 if (aes_decrypt(in, out, ctx) != EXIT_SUCCESS) return EXIT_FAILURE;
|