| /src/external/bsd/ppp/dist/pppd/ |
| magic.c | 93 * random_bytes - Fill a buffer with random bytes. 96 random_bytes(unsigned char *buf, int len) function
|
| chap_ms.c | 175 random_bytes(challenge, 8); 187 random_bytes(challenge, 16); 911 void random_bytes(unsigned char *bytes, int len) function
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_rand.c | 214 unsigned char random_bytes[64]; local 239 if (RAND_priv_bytes(random_bytes, sizeof(random_bytes)) != 1) 245 SHA512_Update(&sha, random_bytes, sizeof(random_bytes));
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_rand.c | 303 unsigned char random_bytes[64]; local 345 if (RAND_priv_bytes_ex(libctx, random_bytes, sizeof(random_bytes), 355 || !EVP_DigestUpdate(mdctx, random_bytes, 356 sizeof(random_bytes)) 392 OPENSSL_cleanse(random_bytes, sizeof(random_bytes));
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_rand.c | 306 unsigned char random_bytes[64]; local 348 if (RAND_priv_bytes_ex(libctx, random_bytes, sizeof(random_bytes), 357 || !EVP_DigestUpdate(mdctx, random_bytes, 358 sizeof(random_bytes)) 394 OPENSSL_cleanse(random_bytes, sizeof(random_bytes));
|
| /src/external/bsd/pam-u2f/dist/ |
| util.c | 955 if (!random_bytes(cdh, sizeof(cdh))) { 1534 int random_bytes(void *buf, size_t cnt) { function
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| provider_core.c | 178 OSSL_FUNC_provider_random_bytes_fn *random_bytes; member in struct:ossl_provider_st 1077 prov->random_bytes = OSSL_FUNC_provider_random_bytes(provider_dispatch); 1172 if (prov->random_bytes != NULL 1273 if (prov->random_bytes != NULL 1898 return prov->random_bytes == NULL ? 0 1899 : prov->random_bytes(prov->provctx, which,
|