Searched refs:EC_GROUP_get0_order (Results 1 – 15 of 15) sorted by relevance
78 order = EC_GROUP_get0_order(group); in ecdsa_sign_setup()202 order = EC_GROUP_get0_order(group); in ossl_ecdsa_sign_sig()355 order = EC_GROUP_get0_order(group); in ossl_ecdsa_verify_sig()
51 order = EC_GROUP_get0_order(group); in EC_GROUP_check()
217 order = EC_GROUP_get0_order(eckey->group); in ec_key_simple_generate_key()435 order = EC_GROUP_get0_order(key->group); in EC_KEY_set_private_key()
138 order = EC_GROUP_get0_order(x); in ECPKParameters_print()
420 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) in EC_GROUP_get0_order() function629 ao = EC_GROUP_get0_order(a); in EC_GROUP_cmp()630 bo = EC_GROUP_get0_order(b); in EC_GROUP_cmp()
851 order = EC_GROUP_get0_order(group); in ec_wNAF_precompute_mult()
501 tmp = EC_GROUP_get0_order(group); in EC_GROUP_get_ecparameters()
854 order = EC_GROUP_get0_order(group); in ecp_nistz256_mult_precompute()
189 const BIGNUM *order = EC_GROUP_get0_order(group); in sm2_sig_gen()291 const BIGNUM *order = EC_GROUP_get0_order(group); in sm2_sig_verify()
117 const BIGNUM *order = EC_GROUP_get0_order(group); in sm2_encrypt()
5 EC_GROUP_get0_order, EC_GROUP_order_bits, EC_GROUP_get0_cofactor,31 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group);191 EC_GROUP_get0_order() returns an internal pointer to the group order.
1680 || !TEST_ptr(group_order = EC_GROUP_get0_order(group)) in check_named_curve_from_ecparameters()2010 || !TEST_true(BN_copy(g1_order, EC_GROUP_get0_order(g1))) in cardinality_test()2200 EC_GROUP_get0_order(group), in custom_generator_test()
180 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group);
1302 #define EC_GROUP_get0_order BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EC_GROUP_get0_order) macro
299 EC_GROUP_get0_order 300 1_1_0 EXIST::FUNCTION:EC