Home
last modified time | relevance | path

Searched refs:CSPRNG (Results 1 – 25 of 38) sorted by relevance

12

/third_party/openssl/doc/man7/
DRAND.pod14 (CSPRNG).
34 In this case the CSPRNG enters an error state and ceases to provide output,
41 CSPRNG.
42 The intention behind using a dedicated CSPRNG exclusively for private
46 CSPRNG instance will not affect the secrecy of these private values.
62 number generator (CSPRNG), which is described in [NIST SP 800-90A Rev. 1].
/third_party/openssl/doc/man3/
DRAND_bytes.pod29 secure pseudo random generator (CSPRNG) and stores them in B<buf>.
51 By default, the OpenSSL CSPRNG supports a security level of 256 bits, provided it
54 and Windows), OpenSSL is configured to automatically seed the CSPRNG on first use
57 If the entropy source fails or is not available, the CSPRNG will enter an
DDSA_generate_key.pod27 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
DRSA_sign_ASN1_OCTET_STRING.pod38 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
DDSA_sign.pod49 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
DEVP_SealInit.pod59 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
DRSA_generate_key.pod43 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
DEVP_SignInit.pod64 be seeded. If the automatic seeding or reseeding of the OpenSSL CSPRNG fails
DBN_rand.pod79 randomness for granted: an error occurs if the CSPRNG has not been
DRSA_padding_add_PKCS1_type_1.pod99 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
DEVP_DigestVerifyInit.pod152 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
DBN_generate_prime.pod116 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
DEVP_DigestSignInit.pod163 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
/third_party/node/src/crypto/
Dcrypto_random.cc63 return CSPRNG(params.buffer, params.size).is_ok(); in DeriveBits()
157 CHECK(CSPRNG(nullptr, 0).is_ok()); in DeriveBits()
Dcrypto_keygen.cc79 if (CSPRNG(reinterpret_cast<unsigned char*>(params->out), in DoKeyGen()
Dcrypto_context.cc550 if (CSPRNG(sc->ticket_key_name_, sizeof(sc->ticket_key_name_)).is_err() || in Init()
551 CSPRNG(sc->ticket_key_hmac_, sizeof(sc->ticket_key_hmac_)).is_err() || in Init()
552 CSPRNG(sc->ticket_key_aes_, sizeof(sc->ticket_key_aes_)).is_err()) { in Init()
1277 if (CSPRNG(iv, 16).is_err() || in TicketCompatibilityCallback()
Dcrypto_util.cc63 MUST_USE_RESULT CSPRNGResult CSPRNG(void* buffer, size_t length) { in CSPRNG() function
Dcrypto_util.h126 MUST_USE_RESULT CSPRNGResult CSPRNG(void* buffer, size_t length);
/third_party/openssl/doc/man1/
Dopenssl-rand.pod.in22 secure pseudo random number generator (CSPRNG).
Dopenssl-speed.pod.in103 Run benchmarks on I<num>-byte buffers. Affects ciphers, digests and the CSPRNG.
/third_party/node/src/
Dnode.cc1068 CHECK(crypto::CSPRNG(nullptr, 0).is_ok()); in InitializeOncePerProcess()
1075 CHECK(crypto::CSPRNG(buffer, length).is_ok()); in InitializeOncePerProcess()
Dinspector_io.cc49 CHECK(crypto::CSPRNG(buffer, sizeof(buffer)).is_ok()); in GenerateID()
/third_party/node/src/quic/
Dpacket.cc331 CHECK(crypto::CSPRNG(random, kRandlen).is_ok()); in CreateStatelessResetPacket()
/third_party/openssl/
DINSTALL.md428 cryptographically secure random number generator (CSPRNG).
1746 internal CSPRNG. If not properly seeded, the internal CSPRNG will refuse
1758 available method to seed the CSPRNG from the operating system's
1764 the CSPRNG manually. Please check out the manual pages for `RAND_add()`,
/third_party/node/deps/openssl/openssl/
DINSTALL.md428 cryptographically secure random number generator (CSPRNG).
1758 internal CSPRNG. If not properly seeded, the internal CSPRNG will refuse
1770 available method to seed the CSPRNG from the operating system's
1776 the CSPRNG manually. Please check out the manual pages for `RAND_add()`,

12