Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_mp.c38 if ((pinfo->r = BN_secure_new()) == NULL) in ossl_rsa_multip_info_new()
40 if ((pinfo->d = BN_secure_new()) == NULL) in ossl_rsa_multip_info_new()
42 if ((pinfo->t = BN_secure_new()) == NULL) in ossl_rsa_multip_info_new()
44 if ((pinfo->pp = BN_secure_new()) == NULL) in ossl_rsa_multip_info_new()
81 pinfo->pp = BN_secure_new(); in ossl_rsa_multip_calc_product()
H A Drsa_sp800_56b_gen.c113 rsa->p = BN_secure_new(); in ossl_rsa_fips186_4_gen_prob_primes()
115 rsa->q = BN_secure_new(); in ossl_rsa_fips186_4_gen_prob_primes()
273 rsa->d = BN_secure_new(); in ossl_rsa_sp800_56b_derive_params_from_pq()
295 rsa->dmp1 = BN_secure_new(); in ossl_rsa_sp800_56b_derive_params_from_pq()
304 rsa->dmq1 = BN_secure_new(); in ossl_rsa_sp800_56b_derive_params_from_pq()
313 rsa->iqmp = BN_secure_new(); in ossl_rsa_sp800_56b_derive_params_from_pq()
H A Drsa_gen.c191 dmp1 = BN_secure_new(); in DEFINE_STACK_OF()
194 dmq1 = BN_secure_new(); in DEFINE_STACK_OF()
332 if (!rsa->d && ((rsa->d = BN_secure_new()) == NULL)) in rsa_multiprime_keygen()
337 if (!rsa->p && ((rsa->p = BN_secure_new()) == NULL)) in rsa_multiprime_keygen()
340 if (!rsa->q && ((rsa->q = BN_secure_new()) == NULL)) in rsa_multiprime_keygen()
/freebsd/crypto/openssl/doc/man3/
H A DBN_new.pod5 BN_new, BN_secure_new, BN_clear, BN_free, BN_clear_free - allocate and free BIGNUMs
13 BIGNUM *BN_secure_new(void);
24 BN_secure_new() does the same except that the secure heap
39 BN_new() and BN_secure_new()
/freebsd/crypto/openssl/test/
H A Dparam_build_test.c60 || !TEST_ptr(zbn = BN_secure_new()) in template_private_single_zero_test()
114 || !TEST_ptr(nbn = BN_secure_new()) in template_public_test()
266 || !TEST_ptr(zbn = BN_secure_new()) in template_private_test()
268 || !TEST_ptr(pbn = BN_secure_new()) in template_private_test()
271 || !TEST_ptr(nbn = BN_secure_new()) in template_private_test()
461 || !TEST_ptr(bn_priv = BN_secure_new()) in builder_merge_test()
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_bignum.c76 *pval = (ASN1_VALUE *)BN_secure_new(); in bn_secure_new()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_backend.c154 if ((dsa_privkey = BN_secure_new()) == NULL in ossl_dsa_key_from_pkcs8()
H A Ddsa_key.c157 if ((priv_key = BN_secure_new()) == NULL) in dsa_keygen()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_backend.c221 if ((privkey_bn = BN_secure_new()) == NULL in ossl_dh_key_from_pkcs8()
H A Ddh_key.c296 priv_key = BN_secure_new(); in generate_key()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_key.c317 priv_key = BN_secure_new(); in ec_generate_key()
416 eckey->priv_key = BN_secure_new(); in ossl_ec_generate_key_dhkem()
1050 eckey->priv_key = BN_secure_new(); in ossl_ec_key_simple_oct2priv()
H A Decp_s390x_nistp.c152 k = BN_secure_new(); in ecdsa_s390x_nistp_sign_sig()
H A Decdsa_ossl.c168 k = BN_secure_new(); /* this value is later returned in *kinvp */ in ecdsa_sign_setup()
H A Dec_backend.c471 if ((priv_key = BN_secure_new()) == NULL) in ossl_ec_key_fromdata()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c255 BIGNUM *BN_secure_new(void) in BN_secure_new() function
323 t = BN_get_flags(a, BN_FLG_SECURE) ? BN_secure_new() : BN_new(); in BN_dup()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h239 BIGNUM *BN_secure_new(void);
/freebsd/secure/lib/libcrypto/
H A DVersion.map567 BN_secure_new;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1134 MLINKS+= BN_new.3 BN_secure_new.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3362 BN_secure_new 3435 3_0_0 EXIST::FUNCTION: