Home
last modified time | relevance | path

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 Dsmp_tool.h142 #define CRYPT_S1_OUT_LEN 16 macro
146 uint8_t output[CRYPT_S1_OUT_LEN];
H A Dsmp_tool.c347 (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, &param->r1[SMP_RAND_NUM_LEN], SMP_RAND_NUM_LEN); in SMP_CryptographicS1()
351 SMP_WriteToRow(param->output, CRYPT_S1_OUT_LEN, offset, &param->r2[SMP_RAND_NUM_LEN], SMP_RAND_NUM_LEN); in SMP_CryptographicS1()

Completed in 3 milliseconds