Home
last modified time | relevance | path

Searched refs:RAND_bytes_ex (Results 1 – 25 of 43) sorted by relevance

12

/openssl/crypto/rand/
H A Drand_uniform.c41 if (RAND_bytes_ex(ctx, (unsigned char *)&rand, sizeof(rand), 0) <= 0) { in ossl_rand_uniform_uint32()
77 if (RAND_bytes_ex(ctx, (unsigned char *)&rand, sizeof(rand), 0) <= 0) { in ossl_rand_uniform_uint32()
H A Drand_lib.c367 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, in RAND_bytes_ex() function
393 return RAND_bytes_ex(NULL, buf, (size_t)num, 0); in RAND_bytes()
/openssl/doc/man3/
H A DRAND_bytes.pod5 RAND_bytes, RAND_priv_bytes, RAND_bytes_ex, RAND_priv_bytes_ex,
15 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
38 RAND_bytes_ex() and RAND_priv_bytes_ex() are the same as RAND_bytes() and
98 The RAND_bytes_ex() and RAND_priv_bytes_ex() functions were added in OpenSSL 3.0
/openssl/ssl/quic/
H A Dquic_types.c22 if (RAND_bytes_ex(libctx, cid->id, len, len * 8) != 1) { in ossl_quic_gen_rand_conn_id()
/openssl/test/
H A Dprovfetchtest.c216 if (RAND_bytes_ex(libctx, buf, sizeof(buf), 0) <= 0) in dummy_provider_init()
274 || !TEST_int_ge(RAND_bytes_ex(libctx, buf, sizeof(buf), 0), 1)) in fetch_test()
H A Dcmp_msg_test.c153 if (!TEST_int_eq(1, RAND_bytes_ex(libctx, secret, sizeof(secret), 0)) in test_cmp_create_ir_protection_set()
568 || !TEST_int_eq(1, RAND_bytes_ex(libctx, ref, sizeof(ref), 0))) { in OPT_TEST_DECLARE_USAGE()
/openssl/crypto/asn1/
H A Dp5_pbev2.c86 else if (RAND_bytes_ex(libctx, iv, ivlen, 0) <= 0)
216 } else if (RAND_bytes_ex(libctx, osalt->data, saltlen, 0) <= 0) { in PKCS5_pbkdf2_set_ex()
H A Dp5_pbe.c58 else if (RAND_bytes_ex(ctx, sstr, saltlen, 0) <= 0)
/openssl/include/openssl/
H A Drand.h75 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
/openssl/crypto/bn/
H A Dbn_rand.c48 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) in bnrand()
61 if (RAND_bytes_ex(libctx, &c, 1, strength) <= 0) in bnrand()
/openssl/crypto/cms/
H A Dcms_pwri.c106 if (RAND_bytes_ex(ossl_cms_ctx_get0_libctx(cms_ctx), iv, ivlen, 0) <= 0) in CMS_add0_recipient_password()
291 && RAND_bytes_ex(ossl_cms_ctx_get0_libctx(cms_ctx), out + 4 + inlen, in kek_wrap_key()
H A Dcms_enc.c97 if (RAND_bytes_ex(libctx, iv, ivlen, 0) <= 0) in ossl_cms_EncryptedContent_init_bio()
H A Dcms_ess.c135 if (RAND_bytes_ex(libctx, rr->signedContentIdentifier->data, 32, in CMS_ReceiptRequest_create0_ex()
/openssl/crypto/rsa/
H A Drsa_pk1.c148 if (RAND_bytes_ex(libctx, p, j, 0) <= 0) in ossl_rsa_padding_add_PKCS1_type_2_ex()
153 if (RAND_bytes_ex(libctx, p, 1, 0) <= 0) in ossl_rsa_padding_add_PKCS1_type_2_ex()
H A Drsa_oaep.c122 if (RAND_bytes_ex(libctx, seed, mdlen, 0) <= 0) in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex()
H A Drsa_pss.c242 if (RAND_bytes_ex(rsa->libctx, salt, sLen, 0) <= 0) in ossl_rsa_padding_add_PKCS1_PSS_mgf1()
/openssl/crypto/crmf/
H A Dcrmf_pbm.c56 if (RAND_bytes_ex(libctx, salt, slen, 0) <= 0) { in OSSL_CRMF_pbmp_new()
/openssl/ssl/record/methods/
H A Dtls_pad.c240 if (RAND_bytes_ex(libctx, randmac, mac_size, 0) <= 0) in ssl3_cbc_copy_mac()
H A Dktls_meth.c198 if (RAND_bytes_ex(libctx, geniv, in ktls_configure_crypto()
/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c99 if (RAND_bytes_ex(ctx->libctx, ctx->iv, ivlen, 0) <= 0) in des_ede3_wrap()
H A Dciphercommon_gcm.c407 if (RAND_bytes_ex(ctx->libctx, ctx->iv + offset, sz, 0) <= 0) in gcm_iv_generate()
520 if (RAND_bytes_ex(ctx->libctx, ctx->iv + len, ctx->ivlen - len, 0) <= 0) in gcm_tls_iv_set_fixed()
/openssl/crypto/pkcs12/
H A Dp12_mutl.c407 if (RAND_bytes_ex(p12->authsafes->ctx.libctx, p12->mac->salt->data, in pkcs12_setup_mac()
471 if (RAND_bytes_ex(NULL, known_salt, saltlen, 0) <= 0) { in PKCS12_set_pbmac1_pbkdf2()
/openssl/crypto/cmp/
H A Dcmp_hdr.c127 if (bytes == NULL || RAND_bytes_ex(ctx->libctx, bytes, len, 0) <= 0) in set_random()
/openssl/crypto/srp/
H A Dsrp_vfy.c650 if (RAND_bytes_ex(libctx, tmp2, SRP_RANDOM_SALT_LEN, 0) <= 0) in SRP_create_verifier_ex()
733 if (RAND_bytes_ex(libctx, tmp2, SRP_RANDOM_SALT_LEN, 0) <= 0) in SRP_create_verifier_BN_ex()
/openssl/crypto/ffc/
H A Dffc_params_generate.c335 && RAND_bytes_ex(libctx, seed, seedlen, 0) <= 0) in generate_q_fips186_4()
405 if (generate_seed && RAND_bytes_ex(libctx, seed, qsize, 0) <= 0) in generate_q_fips186_2()

Completed in 53 milliseconds

12