Home
last modified time | relevance | path

Searched defs:randomLen (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rand_test.cpp67 int32_t randomLen = 0; variable
83 int32_t randomLen = 32; variable
101 int32_t randomLen = INT_MAX; variable
199 int32_t randomLen = 32; variable
/ohos5.0/base/security/asset/frameworks/os_dependency/openssl/src/
H A Dopenssl_wrapper.c38 int32_t GenerateRandom(uint8_t *random, uint32_t randomLen) in GenerateRandom()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c232 void SMP_ConstituteC1Step1Param(uint8_t role, const uint8_t *random, uint8_t randomLen, SMP_CryptC1… in SMP_ConstituteC1Step1Param()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp170 constexpr size_t randomLen = 4; in InitializeThisDevice() local