Home
last modified time | relevance | path

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

/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)) <= 0) in do_EC_KEY_print()
565 ecbits = EC_GROUP_order_bits(ecg); in ec_pkey_export_to()
H A Dec_key.c917 buf_len = (EC_GROUP_order_bits(eckey->group) + 7) / 8; in ossl_ec_key_simple_priv2oct()
H A Dec_lib.c458 int EC_GROUP_order_bits(const EC_GROUP *group) in EC_GROUP_order_bits() function
/openssl/providers/common/
H A Dsecuritycheck.c122 strength = EC_GROUP_order_bits(group) / 2; in ossl_ec_check_key()
/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.
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c214 ecbits = EC_GROUP_order_bits(ecg); in key_to_params()
657 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params()
662 ecbits = EC_GROUP_order_bits(ecg); in common_get_params()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c544 EC_GROUP_order_bits(group)) <= 0) in ec_to_text()
/openssl/include/openssl/
H A Dec.h254 int EC_GROUP_order_bits(const EC_GROUP *group);
/openssl/test/
H A Dectest.c2637 || !TEST_true(BN_rand(k, EC_GROUP_order_bits(group) - 1, in custom_generator_test()
2794 || !TEST_true(BN_rand(k, EC_GROUP_order_bits(group) - 1, in custom_params_test()
/openssl/util/
H A Dlibcrypto.num1987 EC_GROUP_order_bits 2034 3_0_0 EXIST::FUNCTION:EC

Completed in 61 milliseconds