Home
last modified time | relevance | path

Searched refs:aes_encrypt (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/gd/crypto_toolbox/
H A Daes.h88 return_type aes_encrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_cont…
H A Daes_cmac.cc71 aes_encrypt(message_reversed.data(), output.data(), &ctx); in aes_128()
H A Dcrypto_toolbox_test.cc42 aes_encrypt(m, output, &ctx); /* outputs in byte 48 to byte 63 */ in TEST()
H A Daes.cc546 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 Daes.h89 return_type aes_encrypt(const unsigned char in[N_BLOCK],
H A Daes_cmac.cc72 aes_encrypt(message_reversed.data(), output.data(), &ctx); in aes_128()
H A Daes.cc598 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 Dcrypto_toolbox_test.cc47 aes_encrypt(m, output, &ctx); /* outputs in byte 48 to byte 63 */ in TEST()