Home
last modified time | relevance | path

Searched refs:BN_secure_new (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rsa/
Drsa_mp.c40 if ((pinfo->r = BN_secure_new()) == NULL) in ossl_rsa_multip_info_new()
42 if ((pinfo->d = BN_secure_new()) == NULL) in ossl_rsa_multip_info_new()
44 if ((pinfo->t = BN_secure_new()) == NULL) in ossl_rsa_multip_info_new()
46 if ((pinfo->pp = BN_secure_new()) == NULL) in ossl_rsa_multip_info_new()
83 pinfo->pp = BN_secure_new(); in ossl_rsa_multip_calc_product()
Drsa_sp800_56b_gen.c116 rsa->p = BN_secure_new(); in ossl_rsa_fips186_4_gen_prob_primes()
118 rsa->q = BN_secure_new(); in ossl_rsa_fips186_4_gen_prob_primes()
265 rsa->d = BN_secure_new(); in ossl_rsa_sp800_56b_derive_params_from_pq()
286 rsa->dmp1 = BN_secure_new(); in ossl_rsa_sp800_56b_derive_params_from_pq()
295 rsa->dmq1 = BN_secure_new(); in ossl_rsa_sp800_56b_derive_params_from_pq()
304 rsa->iqmp = BN_secure_new(); in ossl_rsa_sp800_56b_derive_params_from_pq()
Drsa_gen.c128 if (!rsa->d && ((rsa->d = BN_secure_new()) == NULL)) in rsa_multiprime_keygen()
133 if (!rsa->p && ((rsa->p = BN_secure_new()) == NULL)) in rsa_multiprime_keygen()
136 if (!rsa->q && ((rsa->q = BN_secure_new()) == NULL)) in rsa_multiprime_keygen()
139 if (!rsa->dmp1 && ((rsa->dmp1 = BN_secure_new()) == NULL)) in rsa_multiprime_keygen()
142 if (!rsa->dmq1 && ((rsa->dmq1 = BN_secure_new()) == NULL)) in rsa_multiprime_keygen()
145 if (!rsa->iqmp && ((rsa->iqmp = BN_secure_new()) == NULL)) in rsa_multiprime_keygen()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dparam_build_test.c59 || !TEST_ptr(zbn = BN_secure_new()) in template_private_single_zero_test()
251 || !TEST_ptr(zbn = BN_secure_new()) in template_private_test()
253 || !TEST_ptr(bn = BN_secure_new()) in template_private_test()
432 || !TEST_ptr(bn_priv = BN_secure_new()) in builder_merge_test()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Dx_bignum.c76 *pval = (ASN1_VALUE *)BN_secure_new(); in bn_secure_new()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dsa/
Ddsa_key.c72 if ((priv_key = BN_secure_new()) == NULL) in dsa_keygen()
Ddsa_backend.c154 if ((dsa_privkey = BN_secure_new()) == NULL in ossl_dsa_key_from_pkcs8()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dh/
Ddh_backend.c227 if ((privkey_bn = BN_secure_new()) == NULL in ossl_dh_key_from_pkcs8()
Ddh_key.c292 priv_key = BN_secure_new(); in generate_key()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Dec_key.c266 priv_key = BN_secure_new(); in ec_generate_key()
955 eckey->priv_key = BN_secure_new(); in ossl_ec_key_simple_oct2priv()
Decp_s390x_nistp.c152 k = BN_secure_new(); in ecdsa_s390x_nistp_sign_sig()
Decdsa_ossl.c122 k = BN_secure_new(); /* this value is later returned in *kinvp */ in ecdsa_sign_setup()
Dec_backend.c471 if ((priv_key = BN_secure_new()) == NULL) in ossl_ec_key_fromdata()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_lib.c256 BIGNUM *BN_secure_new(void) in BN_secure_new() function
325 t = BN_get_flags(a, BN_FLG_SECURE) ? BN_secure_new() : BN_new(); in BN_dup()
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/
Dcrypto.map672 BN_secure_new;
Dcrypto.expsym670 BN_secure_new@@OPENSSL_3.0.0
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dlibcrypto.num3362 BN_secure_new 3435 3_0_0 EXIST::FUNCTION: