Searched refs:p_mac (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.h | 54 uint8_t* p_mac = signature.data() + (OCTET16_LEN - tlen); in aes_cmac() local 55 memcpy(p_signature, p_mac, tlen); in aes_cmac()
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 2045 uint8_t* p_mac = (uint8_t*)signature; in BTM_BleDataSignature() local 2058 UINT32_TO_STREAM(p_mac, p_rec->ble.keys.local_counter); in BTM_BleDataSignature() 2061 BTM_CMAC_TLEN_SIZE, p_mac); in BTM_BleDataSignature() 2064 BTM_TRACE_DEBUG("%s p_mac = %d", __func__, p_mac); in BTM_BleDataSignature() 2068 *p_mac, *(p_mac + 1), *(p_mac + 2), *(p_mac + 3)); in BTM_BleDataSignature() 2072 *(p_mac + 4), *(p_mac + 5), *(p_mac + 6), *(p_mac + 7)); in BTM_BleDataSignature() 2096 uint8_t p_mac[BTM_CMAC_TLEN_SIZE]; in BTM_BleVerifySignature() local 2109 BTM_CMAC_TLEN_SIZE, p_mac); in BTM_BleVerifySignature() 2110 if (memcmp(p_mac, p_comp, BTM_CMAC_TLEN_SIZE) == 0) { in BTM_BleVerifySignature()
|
/system/bt/stack/include/ |
D | smp_api_types.h | 270 typedef void(tCMAC_CMPL_CBACK)(uint8_t* p_mac, uint16_t tlen,
|