Searched refs:p_comp (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_sec_api.h | 187 uint16_t len, uint32_t counter, uint8_t* p_comp);
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble.h | 236 uint32_t counter, uint8_t* p_comp)> 241 uint32_t counter, uint8_t* p_comp) { in operator() 242 return body(bd_addr, p_orig, len, counter, p_comp); in operator()
|
D | mock_stack_btm_ble.cc | 195 uint16_t len, uint32_t counter, uint8_t* p_comp) { in BTM_BleVerifySignature() argument 198 counter, p_comp); in BTM_BleVerifySignature()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 1780 uint16_t len, uint32_t counter, uint8_t* p_comp) { in BTM_BleVerifySignature() argument 1798 if (CRYPTO_memcmp(p_mac, p_comp, BTM_CMAC_TLEN_SIZE) == 0) { in BTM_BleVerifySignature()
|