| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | RAND_bytes.pod | 5 RAND_bytes, RAND_pseudo_bytes - generate random data 11 int RAND_bytes(unsigned char *buf, int num); 17 RAND_bytes() puts B<num> cryptographically strong pseudo-random bytes 30 RAND_bytes() returns 1 on success, 0 otherwise. The error code can be 43 RAND_bytes() is available in all versions of SSLeay and OpenSSL. It
|
| H A D | rand.pod | 13 int RAND_bytes(unsigned char *buf, int num); 62 L<RAND_bytes(3)|RAND_bytes(3)> describes how to obtain random data from the 171 L<RAND_bytes(3)|RAND_bytes(3)>,
|
| H A D | BN_rand.pod | 49 L<RAND_add(3)|RAND_add(3)>, L<RAND_bytes(3)|RAND_bytes(3)>
|
| H A D | RAND_set_rand_method.pod | 49 RAND_bytes(), RAND_cleanup(), RAND_add(), RAND_pseudo_rand()
|
| H A D | RAND_egd.pod | 57 OpenSSL automatically queries EGD when entropy is requested via RAND_bytes()
|
| /onnv-gate/usr/src/common/openssl/crypto/bn/ |
| H A D | exptest.c | 108 RAND_bytes(&c,1); in main() 112 RAND_bytes(&c,1); in main() 116 RAND_bytes(&c,1); in main()
|
| H A D | bn_rand.c | 152 if (RAND_bytes(buf, bytes) <= 0) in bnrand()
|
| /onnv-gate/usr/src/common/openssl/crypto/rsa/ |
| H A D | rsa_ssl.c | 85 if (RAND_bytes(p,j) <= 0) in RSA_padding_add_SSLv23() 91 if (RAND_bytes(p,1) <= 0) in RSA_padding_add_SSLv23()
|
| H A D | rsa_pk1.c | 163 if (RAND_bytes(p,j) <= 0) in RSA_padding_add_PKCS1_type_2() 169 if (RAND_bytes(p,1) <= 0) in RSA_padding_add_PKCS1_type_2()
|
| H A D | rsa_oaep.c | 71 if (RAND_bytes(seed, SHA_DIGEST_LENGTH) <= 0) in RSA_padding_add_PKCS1_OAEP()
|
| H A D | rsa_pss.c | 220 if (!RAND_bytes(salt, sLen)) in RSA_padding_add_PKCS1_PSS()
|
| /onnv-gate/usr/src/common/openssl/doc/apps/ |
| H A D | rand.pod | 48 L<RAND_bytes(3)|RAND_bytes(3)>
|
| /onnv-gate/usr/src/common/openssl/crypto/des/ |
| H A D | rand_key.c | 63 if (RAND_bytes((unsigned char *)ret, sizeof(DES_cblock)) != 1) in DES_random_key()
|
| /onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/ |
| H A D | bsd-arc4random.c | 75 if (!RAND_bytes(rand_buf, sizeof(rand_buf))) in arc4random_stir()
|
| /onnv-gate/usr/src/lib/libkmsagent/common/ |
| H A D | KMSAgentCryptoUtilities.cpp | 45 if ( 1 != RAND_bytes( o_pBytes, i_iNumBytes) ) in GetPseudorandomBytes()
|
| /onnv-gate/usr/src/common/openssl/crypto/rand/ |
| H A D | rand.h | 102 int RAND_bytes(unsigned char *buf,int num);
|
| H A D | rand_lib.c | 154 int RAND_bytes(unsigned char *buf, int num) in RAND_bytes() function
|
| H A D | randfile.c | 200 if (RAND_bytes(buf,i) <= 0) in RAND_write_file()
|
| H A D | md_rand.c | 517 ret = RAND_bytes(buf, num); in ssleay_rand_pseudo_bytes()
|
| /onnv-gate/usr/src/common/openssl/crypto/evp/ |
| H A D | e_des.c | 166 if (RAND_bytes(ptr, 8) <= 0) in des_ctrl()
|
| H A D | e_des3.c | 248 if (RAND_bytes(ptr, c->key_len) <= 0) in des3_ctrl()
|
| H A D | evp_enc.c | 543 if (RAND_bytes(key, ctx->key_len) <= 0) in EVP_CIPHER_CTX_rand_key()
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | rand.c | 210 r = RAND_bytes(buf, chunk); in MAIN()
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | d1_enc.c | 150 if (!RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher))) in dtls1_enc()
|
| H A D | d1_clnt.c | 742 if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0) in dtls1_send_client_key_exchange() 870 if (RAND_bytes(tmp_buf,sizeof tmp_buf) <= 0) in dtls1_send_client_key_exchange()
|