Home
last modified time | relevance | path

Searched refs:RAND_priv_bytes (Results 1 – 7 of 7) sorted by relevance

/crypto/bio/
A Dbf_nbio.c90 if (RAND_priv_bytes(&n, 1) <= 0) in nbiof_read()
127 if (RAND_priv_bytes(&n, 1) <= 0) in nbiof_write()
/crypto/des/
A Drand_key.c22 if (RAND_priv_bytes((unsigned char *)ret, sizeof(DES_cblock)) != 1) in DES_random_key()
/crypto/rand/
A Drandfile.c198 if (RAND_priv_bytes(buf, (int)sizeof(buf)) != 1) in RAND_write_file()
A Drand_lib.c453 int RAND_priv_bytes(unsigned char *buf, int num) in RAND_priv_bytes() function
/crypto/evp/
A De_des.c237 if (RAND_priv_bytes(ptr, 8) <= 0) in des_ctrl()
A De_des3.c288 if (kl < 0 || RAND_priv_bytes(ptr, kl) <= 0) in des3_ctrl()
/crypto/srp/
A Dsrp_vfy.c585 if (RAND_priv_bytes(digv, SHA_DIGEST_LENGTH) <= 0) in SRP_VBASE_get1_by_user()

Completed in 16 milliseconds