Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/crypto_toolbox/
H A Daes.h83 return_type aes_set_key(const unsigned char key[], length_type keylen, aes_context ctx[1]);
H A Daes_cmac.cc70 aes_set_key(key_reversed.data(), key_reversed.size(), &ctx); in aes_128()
H A Dcrypto_toolbox_test.cc41 aes_set_key(k, sizeof(k), &ctx); in TEST()
H A Daes.cc488 return_type aes_set_key(const unsigned char key[], length_type keylen, aes_context ctx[1]) { function
/aosp12/system/bt/stack/crypto_toolbox/
H A Daes.h83 return_type aes_set_key(const unsigned char key[], length_type keylen,
H A Daes_cmac.cc71 aes_set_key(key_reversed.data(), key_reversed.size(), &ctx); in aes_128()
H A Daes.cc539 return_type aes_set_key(const unsigned char key[], length_type keylen, function
/aosp12/system/bt/stack/test/
H A Dcrypto_toolbox_test.cc46 aes_set_key(k, sizeof(k), &ctx); in TEST()