Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Daes.h83 return_type aes_set_key( const unsigned char key[],
Daes.c506 return_type aes_set_key( const unsigned char key[], length_type keylen, aes_context ctx[1] ) function
Dsmp_keys.c158 aes_set_key(p_rev_key, SMP_ENCRYT_KEY_SIZE, &ctx); in smp_encrypt_data()