| /freebsd/crypto/openssl/doc/man3/ |
| H A D | RAND_bytes.pod | 5 RAND_bytes, RAND_priv_bytes, RAND_bytes_ex, RAND_priv_bytes_ex, 13 int RAND_priv_bytes(unsigned char *buf, int num); 33 RAND_priv_bytes() has the same semantics as RAND_bytes(). It is intended to 41 RAND_priv_bytes() except that they both take additional I<strength> and 67 to always check the error return value of RAND_bytes() and RAND_priv_bytes() and 78 RAND_bytes() and RAND_priv_bytes() 89 L<RAND_priv_bytes(3)>, 104 The RAND_priv_bytes() function was added in OpenSSL 1.1.1.
|
| H A D | BN_rand.pod | 74 same difference between L<RAND_bytes(3)> and L<RAND_priv_bytes(3)>. 92 L<RAND_priv_bytes(3)>,
|
| H A D | RAND_get0_primary.pod | 28 by RAND_bytes() and RAND_priv_bytes(), respectively.
|
| H A D | EVP_RAND.pod | 80 these functions: just call RAND_bytes() or RAND_priv_bytes().
|
| /freebsd/crypto/openssl/test/ |
| H A D | rand_test.c | 37 || !TEST_int_gt(RAND_priv_bytes(outbuf, sizeof(outbuf)), 0) in test_rand() 39 || !TEST_int_le(RAND_priv_bytes(outbuf, sizeof(outbuf) + 1), 0) in test_rand() 40 || !TEST_int_gt(RAND_priv_bytes(outbuf, sizeof(outbuf)), 0) in test_rand() 48 || !TEST_int_gt(RAND_priv_bytes(outbuf, sizeof(outbuf)), 0) in test_rand()
|
| H A D | ml_kem_internal_test.c | 141 if (!TEST_int_le(RAND_priv_bytes(&c, 1), 0)) in sanity_test()
|
| H A D | ml_kem_evp_extra_test.c | 266 if (!TEST_int_le(RAND_priv_bytes(&c, 1), 0)) in test_non_derandomised_ml_kem()
|
| H A D | drbgtest.c | 533 if (!TEST_int_gt(RAND_bytes(random, 1), 0) || !TEST_int_gt(RAND_priv_bytes(random, 1), 0)) in test_rand_fork_safety()
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bf_nbio.c | 90 if (RAND_priv_bytes(&n, 1) <= 0) in nbiof_read() 127 if (RAND_priv_bytes(&n, 1) <= 0) in nbiof_write()
|
| /freebsd/crypto/openssl/crypto/des/ |
| H A D | rand_key.c | 22 if (RAND_priv_bytes((unsigned char *)ret, sizeof(DES_cblock)) != 1) in DES_random_key()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_RAND.pod | 31 L<RAND_priv_bytes(3)>, see also L<RAND(7)>. 82 By default, the functions L<RAND_bytes(3)> and L<RAND_priv_bytes(3)> use 98 This instance is used per default by L<RAND_priv_bytes(3)> 141 RAND_bytes() RAND_priv_bytes() 151 RAND_priv_bytes(...). These calls are roughly equivalent to calling
|
| H A D | RAND.pod | 38 For values that should remain secret, you can use L<RAND_priv_bytes(3)> 75 L<RAND_priv_bytes(3)>,
|
| H A D | ossl-guide-migration.pod | 823 L<RAND_bytes(3)> and L<RAND_priv_bytes(3)>
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | rand.h | 64 int RAND_priv_bytes(unsigned char *buf, int num);
|
| /freebsd/crypto/openssl/crypto/rand/ |
| H A D | randfile.c | 201 if (RAND_priv_bytes(buf, (int)sizeof(buf)) != 1) in RAND_write_file()
|
| H A D | rand_lib.c | 471 int RAND_priv_bytes(unsigned char *buf, int num) in RAND_priv_bytes() function
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | e_des.c | 235 if (RAND_priv_bytes(ptr, 8) <= 0) in des_ctrl()
|
| H A D | e_des3.c | 286 if (kl < 0 || RAND_priv_bytes(ptr, kl) <= 0) in des3_ctrl()
|
| /freebsd/crypto/openssl/crypto/srp/ |
| H A D | srp_vfy.c | 580 if (RAND_priv_bytes(digv, SHA_DIGEST_LENGTH) <= 0) in SRP_VBASE_get1_by_user()
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_provider_new.pod | 295 .OSSL_PROV_RANDOM_PRIVATE for a source equivalent to L<RAND_priv_bytes(3)>.
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 4247 RAND_priv_bytes;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3772 MLINKS+= RAND_bytes.3 RAND_priv_bytes.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 4212 RAND_priv_bytes 4320 3_0_0 EXIST::FUNCTION:
|