Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_rand.c306 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/
Dmagic.h57 void random_bytes (unsigned char *buf, int len);
Dmagic.c96 random_bytes(unsigned char *buf, int len) in random_bytes() function
Dchap_ms.c175 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
Dchap-md5.c55 random_bytes(cp, clen); in chap_md5_generate_challenge()