Home
last modified time | relevance | path

Searched refs:CryptoSecurePrng (Results 1 – 5 of 5) sorted by relevance

/openthread-3.6.0/src/core/crypto/
Dmbedtls.hpp104 static int CryptoSecurePrng(void *aContext, unsigned char *aBuffer, size_t aSize);
Dmbedtls.cpp175 int MbedTls::CryptoSecurePrng(void *, unsigned char *aBuffer, size_t aSize) in CryptoSecurePrng() function in ot::Crypto::MbedTls
Dcrypto_platform.cpp506 …edtls_ecp_gen_key(MBEDTLS_ECP_DP_SECP256R1, mbedtls_pk_ec(pk), MbedTls::CryptoSecurePrng, nullptr); in otPlatCryptoEcdsaGenerateKey()
537 MbedTls::CryptoSecurePrng, nullptr) == 0, in otPlatCryptoEcdsaGetPublicKey()
580 MbedTls::CryptoSecurePrng, nullptr) == 0, in otPlatCryptoEcdsaSign()
594 … Sha256::Hash::kSize, MBEDTLS_MD_SHA256, MbedTls::CryptoSecurePrng, nullptr); in otPlatCryptoEcdsaSign()
/openthread-3.6.0/src/core/meshcop/
Dsecure_transport.cpp302 mbedtls_ssl_conf_rng(&mConf, Crypto::MbedTls::CryptoSecurePrng, nullptr); in Setup()
341 rval = mbedtls_ssl_cookie_setup(&mCookieCtx, Crypto::MbedTls::CryptoSecurePrng, nullptr); in Setup()
426 Crypto::MbedTls::CryptoSecurePrng, nullptr); in SetApplicationSecureKeys()
/openthread-3.6.0/src/cli/
Dcli_tcp.cpp153 mbedtls_ssl_conf_rng(&mSslConfig, Crypto::MbedTls::CryptoSecurePrng, nullptr); in Process()
169 nullptr, 0, Crypto::MbedTls::CryptoSecurePrng, nullptr); in Process()