Searched refs:random_bytes (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| D | bn_rand.c | 306 unsigned char random_bytes[64]; in ossl_bn_gen_dsa_nonce_fixed_top() local 348 if (RAND_priv_bytes_ex(libctx, random_bytes, sizeof(random_bytes), in ossl_bn_gen_dsa_nonce_fixed_top() 357 || !EVP_DigestUpdate(mdctx, random_bytes, in ossl_bn_gen_dsa_nonce_fixed_top() 358 sizeof(random_bytes)) in ossl_bn_gen_dsa_nonce_fixed_top() 394 OPENSSL_cleanse(random_bytes, sizeof(random_bytes)); in ossl_bn_gen_dsa_nonce_fixed_top()
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | magic.h | 57 void random_bytes (unsigned char *buf, int len);
|
| D | magic.c | 96 random_bytes(unsigned char *buf, int len) in random_bytes() function
|
| D | chap_ms.c | 175 random_bytes(challenge, 8); in chapms_generate_challenge() 187 random_bytes(challenge, 16); in chapms2_generate_challenge() 911 void random_bytes(unsigned char *bytes, int len) in random_bytes() function
|
| D | chap-md5.c | 55 random_bytes(cp, clen); in chap_md5_generate_challenge()
|