Home
last modified time | relevance | path

Searched refs:BN_CTX_get (Results 26 – 50 of 63) sorted by relevance

123

/openssl/crypto/ffc/
H A Dffc_key_validate.c37 tmp = BN_CTX_get(ctx); in ossl_ffc_validate_public_key_partial()
77 tmp = BN_CTX_get(ctx); in ossl_ffc_validate_public_key()
/openssl/crypto/dsa/
H A Ddsa_ossl.c110 m = BN_CTX_get(ctx); in ossl_dsa_do_sign_int()
111 blind = BN_CTX_get(ctx); in ossl_dsa_do_sign_int()
112 blindm = BN_CTX_get(ctx); in ossl_dsa_do_sign_int()
113 tmp = BN_CTX_get(ctx); in ossl_dsa_do_sign_int()
493 if ((e = BN_CTX_get(ctx)) != NULL in dsa_mod_inverse_fermat()
/openssl/crypto/bn/
H A Dbn_mont.c61 tmp = BN_CTX_get(ctx); in bn_mul_mont_fixed_top()
182 if ((t = BN_CTX_get(ctx)) && BN_copy(t, a)) { in bn_from_mont_fixed_top()
190 t1 = BN_CTX_get(ctx); in bn_from_mont_fixed_top()
191 t2 = BN_CTX_get(ctx); in bn_from_mont_fixed_top()
270 if ((Ri = BN_CTX_get(ctx)) == NULL) in BN_MONT_CTX_set()
H A Dbn_sqr.c43 rr = (a != r) ? r : BN_CTX_get(ctx); in bn_sqr_fixed_top()
44 tmp = BN_CTX_get(ctx); in bn_sqr_fixed_top()
/openssl/crypto/ec/
H A Dec_lib.c338 if ((q = BN_CTX_get(ctx)) == NULL) in ec_guess_cofactor()
648 a1 = BN_CTX_get(ctx); in EC_GROUP_cmp()
649 a2 = BN_CTX_get(ctx); in EC_GROUP_cmp()
650 a3 = BN_CTX_get(ctx); in EC_GROUP_cmp()
651 b1 = BN_CTX_get(ctx); in EC_GROUP_cmp()
652 b2 = BN_CTX_get(ctx); in EC_GROUP_cmp()
653 b3 = BN_CTX_get(ctx); in EC_GROUP_cmp()
1593 p = BN_CTX_get(bnctx); in EC_GROUP_new_from_params()
1594 a = BN_CTX_get(bnctx); in EC_GROUP_new_from_params()
1595 b = BN_CTX_get(bnctx); in EC_GROUP_new_from_params()
[all …]
H A Decp_s390x_nistp.c68 x = BN_CTX_get(ctx); in ec_GFp_s390x_nistp_mul()
69 y = BN_CTX_get(ctx); in ec_GFp_s390x_nistp_mul()
256 x = BN_CTX_get(ctx); in ecdsa_s390x_nistp_verify_sig()
257 y = BN_CTX_get(ctx); in ecdsa_s390x_nistp_verify_sig()
H A Decdsa_ossl.c469 u1 = BN_CTX_get(ctx); in ossl_ecdsa_simple_verify_sig()
470 u2 = BN_CTX_get(ctx); in ossl_ecdsa_simple_verify_sig()
471 m = BN_CTX_get(ctx); in ossl_ecdsa_simple_verify_sig()
472 X = BN_CTX_get(ctx); in ossl_ecdsa_simple_verify_sig()
H A Decp_nistp224.c1305 curve_p = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_group_set_curve()
1306 curve_a = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_group_set_curve()
1307 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_group_set_curve()
1430 x = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_points_mul()
1431 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_points_mul()
1432 z = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_points_mul()
1433 tmp_scalar = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_points_mul()
1624 x = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_precompute_mult()
1625 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_precompute_mult()
H A Decp_nistp384.c1602 curve_p = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_group_set_curve()
1603 curve_a = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_group_set_curve()
1604 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_group_set_curve()
1724 x = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_points_mul()
1725 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_points_mul()
1726 z = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_points_mul()
1727 tmp_scalar = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_points_mul()
1917 x = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_precompute_mult()
1918 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_precompute_mult()
H A Decp_nistp521.c1807 curve_p = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_group_set_curve()
1808 curve_a = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_group_set_curve()
1809 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_group_set_curve()
1933 x = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_points_mul()
1934 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_points_mul()
1935 z = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_points_mul()
1936 tmp_scalar = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_points_mul()
2131 x = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_precompute_mult()
2132 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_precompute_mult()
H A Decdh_ossl.c64 x = BN_CTX_get(ctx); in ossl_ecdh_simple_compute_key()
H A Decp_nistp256.c1915 curve_p = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_group_set_curve()
1916 curve_a = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_group_set_curve()
1917 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_group_set_curve()
2042 x = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_points_mul()
2043 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_points_mul()
2044 z = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_points_mul()
2045 tmp_scalar = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_points_mul()
2243 x = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_precompute_mult()
2244 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_precompute_mult()
H A Dec_key.c499 x = BN_CTX_get(ctx); in ec_key_public_range_check()
500 y = BN_CTX_get(ctx); in ec_key_public_range_check()
709 tx = BN_CTX_get(ctx); in EC_KEY_set_public_key_affine_coordinates()
710 ty = BN_CTX_get(ctx); in EC_KEY_set_public_key_affine_coordinates()
H A Dec_backend.c189 BIGNUM *p = BN_CTX_get(bnctx); in ec_group_explicit_todata()
190 BIGNUM *a = BN_CTX_get(bnctx); in ec_group_explicit_todata()
191 BIGNUM *b = BN_CTX_get(bnctx); in ec_group_explicit_todata()
H A Dec_mult.c188 cardinality = BN_CTX_get(ctx); in ossl_ec_scalar_mul_ladder()
189 lambda = BN_CTX_get(ctx); in ossl_ec_scalar_mul_ladder()
190 k = BN_CTX_get(ctx); in ossl_ec_scalar_mul_ladder()
H A Decp_mont.c238 if ((e = BN_CTX_get(ctx)) == NULL) in ossl_ec_GFp_mont_field_inv()
/openssl/crypto/dh/
H A Ddh_gen.c177 t1 = BN_CTX_get(ctx); in dh_builtin_genparams()
178 t2 = BN_CTX_get(ctx); in dh_builtin_genparams()
H A Ddh_check.c80 tmp = BN_CTX_get(ctx); in DH_check_params()
169 t1 = BN_CTX_get(ctx); in DH_check()
170 t2 = BN_CTX_get(ctx); in DH_check()
H A Ddh_key.c67 pminus1 = BN_CTX_get(ctx); in ossl_dh_compute_key()
68 z = BN_CTX_get(ctx); in ossl_dh_compute_key()
/openssl/crypto/rsa/
H A Drsa_gen.c113 r0 = BN_CTX_get(ctx); in DEFINE_STACK_OF()
114 r1 = BN_CTX_get(ctx); in DEFINE_STACK_OF()
115 r2 = BN_CTX_get(ctx); in DEFINE_STACK_OF()
309 r0 = BN_CTX_get(ctx); in rsa_multiprime_keygen()
310 r1 = BN_CTX_get(ctx); in rsa_multiprime_keygen()
311 r2 = BN_CTX_get(ctx); in rsa_multiprime_keygen()
/openssl/test/
H A Dectest.c2099 p = BN_CTX_get(bn_ctx); in ossl_parameter_test()
2100 a = BN_CTX_get(bn_ctx); in ossl_parameter_test()
2101 b = BN_CTX_get(bn_ctx); in ossl_parameter_test()
2286 g1_p = BN_CTX_get(ctx); in cardinality_test()
2287 g1_a = BN_CTX_get(ctx); in cardinality_test()
2288 g1_b = BN_CTX_get(ctx); in cardinality_test()
2289 g1_x = BN_CTX_get(ctx); in cardinality_test()
2290 g1_y = BN_CTX_get(ctx); in cardinality_test()
2521 p = BN_CTX_get(ctx); in do_test_custom_explicit_fromdata()
2522 a = BN_CTX_get(ctx); in do_test_custom_explicit_fromdata()
[all …]
H A Dendecode_test.c1103 return TEST_ptr(a = BN_CTX_get(bnctx)) in do_create_ec_explicit_prime_params()
1104 && TEST_ptr(b = BN_CTX_get(bnctx)) in do_create_ec_explicit_prime_params()
1105 && TEST_ptr(prime = BN_CTX_get(bnctx)) in do_create_ec_explicit_prime_params()
1106 && TEST_ptr(order = BN_CTX_get(bnctx)) in do_create_ec_explicit_prime_params()
1192 return TEST_ptr(a = BN_CTX_get(bnctx)) in do_create_ec_explicit_trinomial_params()
1193 && TEST_ptr(b = BN_CTX_get(bnctx)) in do_create_ec_explicit_trinomial_params()
1194 && TEST_ptr(poly = BN_CTX_get(bnctx)) in do_create_ec_explicit_trinomial_params()
1195 && TEST_ptr(order = BN_CTX_get(bnctx)) in do_create_ec_explicit_trinomial_params()
1196 && TEST_ptr(cofactor = BN_CTX_get(bnctx)) in do_create_ec_explicit_trinomial_params()
H A Dacvp_test.c465 || !TEST_ptr(p_bn = BN_CTX_get(bn_ctx)) in dsa_create_pkey()
474 || !TEST_ptr(q_bn = BN_CTX_get(bn_ctx)) in dsa_create_pkey()
480 if (!TEST_ptr(g_bn = BN_CTX_get(bn_ctx)) in dsa_create_pkey()
498 if (!TEST_ptr(pub_bn = BN_CTX_get(bn_ctx)) in dsa_create_pkey()
913 if (!TEST_ptr(pub_bn = BN_CTX_get(bn_ctx)) in dh_create_pkey()
920 if (!TEST_ptr(priv_bn = BN_CTX_get(bn_ctx)) in dh_create_pkey()
1017 || !TEST_ptr(n_bn = BN_CTX_get(bn_ctx)) in rsa_create_pkey()
1023 if (!TEST_ptr(e_bn = BN_CTX_get(bn_ctx)) in rsa_create_pkey()
1030 if (!TEST_ptr(d_bn = BN_CTX_get(bn_ctx)) in rsa_create_pkey()
/openssl/providers/implementations/kem/
H A Drsa_kem.c228 nminus3 = BN_CTX_get(bnctx); in rsasve_gen_rand_bytes()
229 z = BN_CTX_get(bnctx); in rsasve_gen_rand_bytes()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c367 p = BN_CTX_get(ctx); in ec_param_explicit_curve_to_text()
368 a = BN_CTX_get(ctx); in ec_param_explicit_curve_to_text()
369 b = BN_CTX_get(ctx); in ec_param_explicit_curve_to_text()

Completed in 177 milliseconds

123