Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Daes.h90 return_type aes_encrypt( const unsigned char in[N_BLOCK],
Daes.c569 return_type aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_co… function
605 if(aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS)
Dsmp_keys.c159 aes_encrypt(p_rev_data, p, &ctx); /* outputs in byte 48 to byte 63 */ in smp_encrypt_data()