Home
last modified time | relevance | path

Searched refs:RAND_priv_bytes_ex (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_rand.c51 : RAND_priv_bytes_ex(libctx, buf, bytes, strength); in bnrand()
348 if (RAND_priv_bytes_ex(libctx, random_bytes, sizeof(random_bytes), in ossl_bn_gen_dsa_nonce_fixed_top()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/
Dp_seal.c47 if (len < 0 || RAND_priv_bytes_ex(libctx, iv, len, 0) <= 0) in EVP_SealInit()
Devp_enc.c1402 if (kl <= 0 || RAND_priv_bytes_ex(libctx, key, kl, 0) <= 0) in EVP_CIPHER_CTX_rand_key()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Decx_meth.c960 if (RAND_priv_bytes_ex(ctx->libctx, privkey, X25519_KEYLEN, 0) <= 0) in s390x_pkey_ecx_keygen25519()
1003 if (RAND_priv_bytes_ex(ctx->libctx, privkey, X448_KEYLEN, 0) <= 0) in s390x_pkey_ecx_keygen448()
1052 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED25519_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen25519()
1118 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED448_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen448()
Decx_backend.c207 if (RAND_priv_bytes_ex(libctx, privkey, KEYLENID(id), 0) <= 0) in ossl_ecx_key_op()
Decp_s390x_nistp.c186 if (RAND_priv_bytes_ex(eckey->libctx, param + S390X_OFF_RN(len), in ecdsa_s390x_nistp_sign_sig()
/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dtls_srp.c206 if (RAND_priv_bytes_ex(s->ctx->libctx, b, sizeof(b), 0) <= 0) in ssl_srp_server_param_with_username_intern()
423 if (RAND_priv_bytes_ex(s->ctx->libctx, rnd, sizeof(rnd), 0) <= 0) in ssl_srp_calc_a_param_intern()
Dssl_lib.c3363 || (RAND_priv_bytes_ex(libctx, ret->ext.secure->tick_hmac_key, in SSL_CTX_new_ex()
3365 || (RAND_priv_bytes_ex(libctx, ret->ext.secure->tick_aes_key, in SSL_CTX_new_ex()
3369 if (RAND_priv_bytes_ex(libctx, ret->ext.cookie_hmac_key, in SSL_CTX_new_ex()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rand/
Drand_lib.c325 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, in RAND_priv_bytes_ex() function
351 return RAND_priv_bytes_ex(NULL, buf, (size_t)num, 0); in RAND_priv_bytes()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rsa/
Drsa_pk1.c320 if (RAND_priv_bytes_ex(libctx, rand_premaster_secret, in ossl_rsa_padding_check_PKCS1_type_2_TLS()
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/
Dcrypto.map3722 RAND_priv_bytes_ex;
Dcrypto.expsym3728 RAND_priv_bytes_ex@@OPENSSL_3.0.0
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dlibcrypto.num4869 RAND_priv_bytes_ex 4997 3_0_0 EXIST::FUNCTION: