Searched refs:aes_set_key (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/gd/crypto_toolbox/ |
H A D | aes.h | 83 return_type aes_set_key(const unsigned char key[], length_type keylen, aes_context ctx[1]);
|
H A D | aes_cmac.cc | 70 aes_set_key(key_reversed.data(), key_reversed.size(), &ctx); in aes_128()
|
H A D | crypto_toolbox_test.cc | 41 aes_set_key(k, sizeof(k), &ctx); in TEST()
|
H A D | aes.cc | 488 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 D | aes.h | 83 return_type aes_set_key(const unsigned char key[], length_type keylen,
|
H A D | aes_cmac.cc | 71 aes_set_key(key_reversed.data(), key_reversed.size(), &ctx); in aes_128()
|
H A D | aes.cc | 539 return_type aes_set_key(const unsigned char key[], length_type keylen, function
|
/aosp12/system/bt/stack/test/ |
H A D | crypto_toolbox_test.cc | 46 aes_set_key(k, sizeof(k), &ctx); in TEST()
|