Home
last modified time | relevance | path

Searched refs:tlen (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/smp/
Dsmp_cmac.c135 static BOOLEAN cmac_aes_k_calculate(BT_OCTET16 key, UINT8 *p_signature, UINT16 tlen) in cmac_aes_k_calculate() argument
160 p_mac = output.param_buf + (BT_OCTET16_LEN - tlen); in cmac_aes_k_calculate()
161 memcpy(p_signature, p_mac, tlen); in cmac_aes_k_calculate()
163 SMP_TRACE_DEBUG("tlen = %d p_mac = %d", tlen, p_mac); in cmac_aes_k_calculate()
295 UINT16 tlen, UINT8 *p_signature) in aes_cipher_msg_auth_code() argument
327 ret = cmac_aes_k_calculate(key, p_signature, tlen); in aes_cipher_msg_auth_code()
342 void test_cmac_cback(UINT8 *p_mac, UINT16 tlen)
Dsmp_int.h538 UINT16 tlen, UINT8 *p_signature);
/system/bt/stack/include/
Dsmp_api.h294 typedef void (tCMAC_CMPL_CBACK)(UINT8 *p_mac, UINT16 tlen, UINT32 sign_counter);
/system/bt/stack/btm/
Dbtm_ble.c47 UINT16 tlen, UINT8 *p_signature);