Home
last modified time | relevance | path

Searched refs:CRYPT_C1_OUT_LEN (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h82 #define CRYPT_C1_OUT_LEN 16 macro
89 uint8_t output[CRYPT_C1_OUT_LEN];
96 uint8_t output[CRYPT_C1_OUT_LEN];
H A Dsmp_tool.c280 (void)memset_s(param->output, CRYPT_C1_OUT_LEN, 0x00, CRYPT_C1_OUT_LEN); in SMP_CryptographicC1Step1()
291 for (i = 0x00; i < CRYPT_C1_OUT_LEN; i++) { in SMP_CryptographicC1Step1()
327 (void)memset_s(param->output, CRYPT_C1_OUT_LEN, 0x00, CRYPT_C1_OUT_LEN); in SMP_CryptographicC1Step2()
335 for (i = 0x00; i < CRYPT_C1_OUT_LEN; i++) { in SMP_CryptographicC1Step2()

Completed in 3 milliseconds