Home
last modified time | relevance | path

Searched refs:EC_GROUP_order_bits (Results 1 – 12 of 12) sorted by relevance

/src/crypto/openssl/crypto/ec/
H A Dec_ameth.c212 return EC_GROUP_order_bits(EC_KEY_get0_group(pkey->pkey.ec)); in ec_bits()
318 EC_GROUP_order_bits(group)) in do_EC_KEY_print()
567 ecbits = EC_GROUP_order_bits(ecg); in ec_pkey_export_to()
H A Dec_key.c1008 buf_len = (EC_GROUP_order_bits(eckey->group) + 7) / 8; in ossl_ec_key_simple_priv2oct()
H A Dec_lib.c463 int EC_GROUP_order_bits(const EC_GROUP *group) in EC_GROUP_order_bits() function
/src/crypto/openssl/providers/common/
H A Dsecuritycheck.c128 int strength = EC_GROUP_order_bits(group) / 2; in ossl_ec_check_security_strength()
/src/crypto/openssl/doc/man3/
H A DEC_GROUP_copy.pod5 EC_GROUP_get0_order, EC_GROUP_order_bits, EC_GROUP_get0_cofactor,
32 int EC_GROUP_order_bits(const EC_GROUP *group);
225 EC_GROUP_order_bits() returns the number of bits in the group order.
251 EC_GROUP_get0_order(), EC_GROUP_order_bits() and EC_GROUP_get0_cofactor() were added in OpenSSL 1.1…
/src/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c224 ecbits = EC_GROUP_order_bits(ecg); in key_to_params()
648 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params()
653 ecbits = EC_GROUP_order_bits(ecg); in common_get_params()
/src/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c366 EC_GROUP_order_bits(group)) in ec_to_text()
/src/crypto/openssl/include/openssl/
H A Dec.h254 int EC_GROUP_order_bits(const EC_GROUP *group);
/src/crypto/openssl/test/
H A Dectest.c3127 || !TEST_true(BN_rand(k, EC_GROUP_order_bits(group) - 1, in custom_generator_test()
3288 || !TEST_true(BN_rand(k, EC_GROUP_order_bits(group) - 1, in custom_params_test()
/src/secure/lib/libcrypto/
H A DVersion.map1119 EC_GROUP_order_bits;
/src/secure/lib/libcrypto/man/man3/
H A DMakefile1617 MLINKS+= EC_GROUP_copy.3 EC_GROUP_order_bits.3
/src/crypto/openssl/util/
H A Dlibcrypto.num1987 EC_GROUP_order_bits 2034 3_0_0 EXIST::FUNCTION:EC