Searched refs:aes_encrypt (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/gd/crypto_toolbox/ |
H A D | aes.h | 88 return_type aes_encrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_cont…
|
H A D | aes_cmac.cc | 71 aes_encrypt(message_reversed.data(), output.data(), &ctx); in aes_128()
|
H A D | crypto_toolbox_test.cc | 42 aes_encrypt(m, output, &ctx); /* outputs in byte 48 to byte 63 */ in TEST()
|
H A D | aes.cc | 546 return_type aes_encrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_cont… function 577 if (aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS) return EXIT_FAILURE;
|
/aosp12/system/bt/stack/crypto_toolbox/ |
H A D | aes.h | 89 return_type aes_encrypt(const unsigned char in[N_BLOCK],
|
H A D | aes_cmac.cc | 72 aes_encrypt(message_reversed.data(), output.data(), &ctx); in aes_128()
|
H A D | aes.cc | 598 return_type aes_encrypt(const unsigned char in[N_BLOCK], function 631 if (aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS) return EXIT_FAILURE;
|
/aosp12/system/bt/stack/test/ |
H A D | crypto_toolbox_test.cc | 47 aes_encrypt(m, output, &ctx); /* outputs in byte 48 to byte 63 */ in TEST()
|