Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c321 uint8_t p2[CRYPT_C1_P2_LEN], padding[CRYPT_C1_PADDING_LEN]; in SMP_CryptographicC1Step2()
326 (void)memset_s(padding, CRYPT_C1_PADDING_LEN, 0x00, CRYPT_C1_PADDING_LEN); in SMP_CryptographicC1Step2()
330 SMP_WriteToRow(p2, CRYPT_C1_P2_LEN, offset, padding, CRYPT_C1_PADDING_LEN); in SMP_CryptographicC1Step2()
331 offset += CRYPT_C1_PADDING_LEN; in SMP_CryptographicC1Step2()
H A Dsmp_tool.h78 #define CRYPT_C1_PADDING_LEN 4 macro

Completed in 4 milliseconds