Searched refs:EC_GROUP_order_bits (Results 1 – 11 of 11) sorted by relevance
5 EC_GROUP_get0_order, EC_GROUP_order_bits, EC_GROUP_get0_cofactor,32 int EC_GROUP_order_bits(const EC_GROUP *group);192 EC_GROUP_order_bits() returns the number of bits in the group order.
290 return EC_GROUP_order_bits(EC_KEY_get0_group(pkey->pkey.ec)); in ec_bits()394 EC_GROUP_order_bits(group)) <= 0) in do_EC_KEY_print()
623 buf_len = (EC_GROUP_order_bits(eckey->group) + 7) / 8; in ec_key_simple_priv2oct()
425 int EC_GROUP_order_bits(const EC_GROUP *group) in EC_GROUP_order_bits() function
1313 i = EC_GROUP_order_bits(group); in ECDSA_size()
186 int EC_GROUP_order_bits(const EC_GROUP *group);
1004 int bits = EC_GROUP_order_bits(group); in GetECGroup()
4603 bits = EC_GROUP_order_bits(ec_group); in GetBytesOfRS()
2180 || !TEST_true(BN_rand(k, EC_GROUP_order_bits(group) - 1, in custom_generator_test()
1311 #define EC_GROUP_order_bits BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EC_GROUP_order_bits) macro
2052 EC_GROUP_order_bits 2034 1_1_0 EXIST::FUNCTION:EC