Home
last modified time | relevance | path

Searched refs:GetRandBytes (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c24 int32_t GetRandBytes(uint8_t *buf, uint32_t len) in GetRandBytes() function
80 if (GetRandBytes(cryptPara->iv, cryptPara->ivLen) != NSTACKX_EOK) { in InitEncryptCtx()
241 int32_t GetRandBytes(uint8_t *buf, uint32_t len) in GetRandBytes() function
H A Dnstackx_mbedtls.c57 int32_t GetRandBytes(uint8_t *buf, uint32_t len) in GetRandBytes() function
173 if (GetRandBytes(cryptPara->iv, cryptPara->ivLen) != NSTACKX_EOK) { in AesGcmEncrypt()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_mbedtls.h64 NSTACKX_EXPORT int32_t GetRandBytes(uint8_t *buf, uint32_t len);
H A Dnstackx_openssl.h79 NSTACKX_EXPORT int32_t GetRandBytes(uint8_t *buf, uint32_t len);