Searched refs:BN_secure_new (Results 1 – 17 of 17) sorted by relevance
40 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()
116 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()
128 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()
59 || !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()
76 *pval = (ASN1_VALUE *)BN_secure_new(); in bn_secure_new()
72 if ((priv_key = BN_secure_new()) == NULL) in dsa_keygen()
154 if ((dsa_privkey = BN_secure_new()) == NULL in ossl_dsa_key_from_pkcs8()
227 if ((privkey_bn = BN_secure_new()) == NULL in ossl_dh_key_from_pkcs8()
292 priv_key = BN_secure_new(); in generate_key()
266 priv_key = BN_secure_new(); in ec_generate_key()955 eckey->priv_key = BN_secure_new(); in ossl_ec_key_simple_oct2priv()
152 k = BN_secure_new(); in ecdsa_s390x_nistp_sign_sig()
122 k = BN_secure_new(); /* this value is later returned in *kinvp */ in ecdsa_sign_setup()
471 if ((priv_key = BN_secure_new()) == NULL) in ossl_ec_key_fromdata()
256 BIGNUM *BN_secure_new(void) in BN_secure_new() function325 t = BN_get_flags(a, BN_FLG_SECURE) ? BN_secure_new() : BN_new(); in BN_dup()
672 BN_secure_new;
670 BN_secure_new@@OPENSSL_3.0.0
3362 BN_secure_new 3435 3_0_0 EXIST::FUNCTION: