Searched refs:p_mac (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_cmac.c | 138 UINT8 *p_mac; in cmac_aes_k_calculate() local 155 p_mac = output.param_buf + (BT_OCTET16_LEN - tlen); in cmac_aes_k_calculate() 156 memcpy(p_signature, p_mac, tlen); in cmac_aes_k_calculate() 158 SMP_TRACE_DEBUG("tlen = %d p_mac = %p", tlen, p_mac); in cmac_aes_k_calculate() 160 *p_mac, *(p_mac + 1), *(p_mac + 2), *(p_mac + 3)); in cmac_aes_k_calculate() 162 *(p_mac + 4), *(p_mac + 5), *(p_mac + 6), *(p_mac + 7)); in cmac_aes_k_calculate() 325 void test_cmac_cback(UINT8 *p_mac, UINT16 tlen)
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 2327 UINT8 *p_mac = (UINT8 *)signature; local 2339 UINT32_TO_STREAM(p_mac, p_rec->ble.keys.local_counter); 2342 BTM_CMAC_TLEN_SIZE, p_mac)) == TRUE) { 2346 BTM_TRACE_DEBUG("%s p_mac = %p", __func__, p_mac); 2348 *p_mac, *(p_mac + 1), *(p_mac + 2), *(p_mac + 3)); 2350 *(p_mac + 4), *(p_mac + 5), *(p_mac + 6), *(p_mac + 7)); 2377 UINT8 p_mac[BTM_CMAC_TLEN_SIZE]; local 2389 … if (aes_cipher_msg_auth_code(p_rec->ble.keys.pcsrk, p_orig, len, BTM_CMAC_TLEN_SIZE, p_mac)) { 2390 if (memcmp(p_mac, p_comp, BTM_CMAC_TLEN_SIZE) == 0) {
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/ |
D | smp_api.h | 285 typedef void (tCMAC_CMPL_CBACK)(UINT8 *p_mac, UINT16 tlen, UINT32 sign_counter);
|