Searched refs:CRYPT_C1_P1_LEN (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.c | 275 uint8_t iat, rat, p1[CRYPT_C1_P1_LEN]; in SMP_CryptographicC1Step1() 279 (void)memset_s(p1, CRYPT_C1_P1_LEN, 0x00, CRYPT_C1_P1_LEN); in SMP_CryptographicC1Step1() 284 SMP_WriteToRow(p1, CRYPT_C1_P1_LEN, offset, param->pres, SMP_CMD_PAIR_RSP_DATA_LEN); in SMP_CryptographicC1Step1() 286 SMP_WriteToRow(p1, CRYPT_C1_P1_LEN, offset, param->preq, SMP_CMD_PAIR_REQ_DATA_LEN); in SMP_CryptographicC1Step1()
|
H A D | smp_tool.h | 76 #define CRYPT_C1_P1_LEN 16 macro
|
Completed in 2 milliseconds