Searched refs:tlen (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/smp/ |
D | smp_cmac.c | 135 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)
|
D | smp_int.h | 538 UINT16 tlen, UINT8 *p_signature);
|
/system/bt/stack/include/ |
D | smp_api.h | 294 typedef void (tCMAC_CMPL_CBACK)(UINT8 *p_mac, UINT16 tlen, UINT32 sign_counter);
|
/system/bt/stack/btm/ |
D | btm_ble.c | 47 UINT16 tlen, UINT8 *p_signature);
|