Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/sm2/
HDsm2_key.c32 || (order = EC_GROUP_get0_order(group)) == NULL ) { in ossl_sm2_key_private_check()
HDsm2_sign.c208 const BIGNUM *order = EC_GROUP_get0_order(group); in sm2_sig_gen()
324 const BIGNUM *order = EC_GROUP_get0_order(group); in sm2_sig_verify()
HDsm2_crypt.c136 const BIGNUM *order = EC_GROUP_get0_order(group); in ossl_sm2_encrypt()
/freebsd-14-stable/crypto/openssl/crypto/ec/
HDecdsa_ossl.c134 if ((order = EC_GROUP_get0_order(group)) == NULL) { in ecdsa_sign_setup()
262 if ((order = EC_GROUP_get0_order(group)) == NULL) { in ossl_ecdsa_simple_sign_sig()
424 order = EC_GROUP_get0_order(group); in ossl_ecdsa_simple_verify_sig()
HDec_check.c96 order = EC_GROUP_get0_order(group); in EC_GROUP_check()
HDeck_prn.c143 order = EC_GROUP_get0_order(x); in ECPKParameters_print()
HDec_lib.c454 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()
1411 const BIGNUM *order = EC_GROUP_get0_order(group); in ec_group_explicit_to_named()
HDec_backend.c211 const BIGNUM *order = EC_GROUP_get0_order(group); in ec_group_explicit_todata()
465 order = EC_GROUP_get0_order(ecg); in ossl_ec_key_fromdata()
HDec_key.c278 tmp = EC_GROUP_get0_order(group); in ec_generate_key()
712 order = EC_GROUP_get0_order(key->group); in EC_KEY_set_private_key()
HDec_asn1.c438 tmp = EC_GROUP_get0_order(group); in EC_GROUP_get_ecparameters()
1330 bn = EC_GROUP_get0_order(group); in ECDSA_size()
HDec_mult.c865 order = EC_GROUP_get0_order(group); in ossl_ec_wNAF_precompute_mult()
HDecp_nistz256.c859 order = EC_GROUP_get0_order(group); in ecp_nistz256_mult_precompute()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDEC_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-14-stable/crypto/openssl/test/
HDectest.c1523 || !TEST_ptr(group_order = EC_GROUP_get0_order(group)) in check_named_curve_test()
1857 || !TEST_ptr(group_order = EC_GROUP_get0_order(group)) in check_named_curve_from_ecparameters()
2187 || !TEST_true(BN_copy(g1_order, EC_GROUP_get0_order(g1))) in cardinality_test()
2456 EC_GROUP_get0_order(group)))) in do_test_custom_explicit_fromdata()
2502 || !TEST_BN_eq(order_out, EC_GROUP_get0_order(group))) in do_test_custom_explicit_fromdata()
2657 EC_GROUP_get0_order(group), in custom_generator_test()
2763 || !TEST_ptr(z = EC_GROUP_get0_order(group)) in custom_params_test()
/freebsd-14-stable/crypto/openssl/providers/implementations/encode_decode/
HDencode_key2text.c444 order = EC_GROUP_get0_order(group); in ec_param_explicit_to_text()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDec.h245 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group);
/freebsd-14-stable/secure/lib/libcrypto/
HDVersion.map1096 EC_GROUP_get0_order;
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile1408 MLINKS+= EC_GROUP_copy.3 EC_GROUP_get0_order.3
/freebsd-14-stable/crypto/openssl/util/
HDlibcrypto.num294 EC_GROUP_get0_order 300 3_0_0 EXIST::FUNCTION:EC