Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Daes.h83 return_type aes_set_key( const unsigned char key[],
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c513 return_type aes_set_key( const unsigned char key[], length_type keylen, aes_context ctx[1] ) function
Dsmp_keys.c197 aes_set_key(p_rev_key, SMP_ENCRYT_KEY_SIZE, &ctx); in smp_encrypt_data()