Home
last modified time | relevance | path

Searched refs:EC_GROUP_get0_order (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_key.c32 || (order = EC_GROUP_get0_order(group)) == NULL) { in ossl_sm2_key_private_check()
H A Dsm2_sign.c211 const BIGNUM *order = EC_GROUP_get0_order(group); in sm2_sig_gen()
335 const BIGNUM *order = EC_GROUP_get0_order(group); in sm2_sig_verify()
H A Dsm2_crypt.c123 const BIGNUM *order = EC_GROUP_get0_order(group); in ossl_sm2_encrypt()
/freebsd/crypto/openssl/crypto/ec/
H A Decdsa_ossl.c180 if ((order = EC_GROUP_get0_order(group)) == NULL) { in ecdsa_sign_setup()
319 if ((order = EC_GROUP_get0_order(group)) == NULL) { in ossl_ecdsa_simple_sign_sig()
481 order = EC_GROUP_get0_order(group); in ossl_ecdsa_simple_verify_sig()
H A Dec_check.c96 order = EC_GROUP_get0_order(group); in EC_GROUP_check()
H A Deck_prn.c142 order = EC_GROUP_get0_order(x); in ECPKParameters_print()
H A Dec_lib.c460 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) in EC_GROUP_get0_order() function
683 ao = EC_GROUP_get0_order(a); in EC_GROUP_cmp()
684 bo = EC_GROUP_get0_order(b); in EC_GROUP_cmp()
1413 const BIGNUM *order = EC_GROUP_get0_order(group); in ec_group_explicit_to_named()
H A Dec_backend.c211 const BIGNUM *order = EC_GROUP_get0_order(group); in ec_group_explicit_todata()
463 order = EC_GROUP_get0_order(ecg); in ossl_ec_key_fromdata()
H A Dec_key.c328 tmp = EC_GROUP_get0_order(group); in ec_generate_key()
803 order = EC_GROUP_get0_order(key->group); in EC_KEY_set_private_key()
H A Dec_asn1.c427 tmp = EC_GROUP_get0_order(group); in EC_GROUP_get_ecparameters()
1310 bn = EC_GROUP_get0_order(group); in ECDSA_size()
H A Dec_mult.c849 order = EC_GROUP_get0_order(group); in ossl_ec_wNAF_precompute_mult()
H A Decp_nistz256.c841 order = EC_GROUP_get0_order(group); in ecp_nistz256_mult_precompute()
/freebsd/crypto/openssl/doc/man3/
H A DEC_GROUP_copy.pod5 EC_GROUP_get0_order, EC_GROUP_order_bits, EC_GROUP_get0_cofactor,
31 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group);
224 EC_GROUP_get0_order() returns an internal pointer to the group order.
251 EC_GROUP_get0_order(), EC_GROUP_order_bits() and EC_GROUP_get0_cofactor() were added in OpenSSL 1.1…
/freebsd/crypto/openssl/providers/implementations/kem/
H A Dec_kem.c84 const BIGNUM *order = EC_GROUP_get0_order(group); in eckey_check()
424 order = EC_GROUP_get0_order(EC_KEY_get0_group(ec)); in ossl_ec_dhkem_derive_private()
/freebsd/crypto/openssl/test/
H A Dectest.c1921 || !TEST_ptr(group_order = EC_GROUP_get0_order(group)) in check_named_curve_test()
2252 || !TEST_ptr(group_order = EC_GROUP_get0_order(group)) in check_named_curve_from_ecparameters()
2517 bld, OSSL_PKEY_PARAM_EC_ORDER, EC_GROUP_get0_order(group_nmd)))) in ossl_parameter_test()
2678 || !TEST_true(BN_copy(g1_order, EC_GROUP_get0_order(g1))) in cardinality_test()
2945 EC_GROUP_get0_order(group)))) in do_test_custom_explicit_fromdata()
2992 || !TEST_BN_eq(order_out, EC_GROUP_get0_order(group))) in do_test_custom_explicit_fromdata()
3149 EC_GROUP_get0_order(group), in custom_generator_test()
3259 || !TEST_ptr(z = EC_GROUP_get0_order(group)) in custom_params_test()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c265 order = EC_GROUP_get0_order(group); in ec_param_explicit_to_text()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h248 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group);
/freebsd/secure/lib/libcrypto/
H A DVersion.map1094 EC_GROUP_get0_order;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1604 MLINKS+= EC_GROUP_copy.3 EC_GROUP_get0_order.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num294 EC_GROUP_get0_order 300 3_0_0 EXIST::FUNCTION:EC