Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Daes.h90 return_type bluedroid_aes_encrypt( const unsigned char in[N_BLOCK],
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c573 return_type bluedroid_aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], co… function
608 if (bluedroid_aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS) {
Dsmp_keys.c198 bluedroid_aes_encrypt(p_rev_data, p, &ctx); /* outputs in byte 48 to byte 63 */ in smp_encrypt_data()