Searched refs:CRYPT_C1_RA_LEN (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.h | 80 #define CRYPT_C1_RA_LEN 6 macro 94 uint8_t ra[CRYPT_C1_RA_LEN];
|
H A D | smp_tool.c | 310 (void)memcpy_s(param->ra, CRYPT_C1_RA_LEN, SMP_GetPairMng()->peer.addr.addr, CRYPT_C1_RA_LEN); in SMP_ConstituteC1Step2Param() 313 (void)memcpy_s(param->ra, CRYPT_C1_RA_LEN, SMP_GetPairMng()->local.addr.addr, CRYPT_C1_RA_LEN); in SMP_ConstituteC1Step2Param() 334 SMP_WriteToRow(p2, CRYPT_C1_P2_LEN, offset, param->ra, CRYPT_C1_RA_LEN); in SMP_CryptographicC1Step2()
|
Completed in 3 milliseconds