Searched refs:CRYPT_S1_OUT_LEN (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.h | 142 #define CRYPT_S1_OUT_LEN 16 macro 146 uint8_t output[CRYPT_S1_OUT_LEN];
|
H A D | smp_tool.c | 347 (void)memset_s(param->output, CRYPT_S1_OUT_LEN, 0x00, CRYPT_S1_OUT_LEN); in SMP_CryptographicS1() 349 SMP_WriteToRow(param->output, CRYPT_S1_OUT_LEN, offset, ¶m->r1[SMP_RAND_NUM_LEN], SMP_RAND_NUM_LEN); in SMP_CryptographicS1() 351 SMP_WriteToRow(param->output, CRYPT_S1_OUT_LEN, offset, ¶m->r2[SMP_RAND_NUM_LEN], SMP_RAND_NUM_LEN); in SMP_CryptographicS1()
|
Completed in 3 milliseconds