Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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);
192 EC_GROUP_order_bits() returns the number of bits in the group order.
/third_party/openssl/crypto/ec/
Dec_ameth.c290 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()
Dec_key.c623 buf_len = (EC_GROUP_order_bits(eckey->group) + 7) / 8; in ec_key_simple_priv2oct()
Dec_lib.c425 int EC_GROUP_order_bits(const EC_GROUP *group) in EC_GROUP_order_bits() function
Dec_asn1.c1313 i = EC_GROUP_order_bits(group); in ECDSA_size()
/third_party/openssl/include/openssl/
Dec.h186 int EC_GROUP_order_bits(const EC_GROUP *group);
/third_party/node/src/
Dnode_crypto_common.cc1004 int bits = EC_GROUP_order_bits(group); in GetECGroup()
Dnode_crypto.cc4603 bits = EC_GROUP_order_bits(ec_group); in GetBytesOfRS()
/third_party/openssl/test/
Dectest.c2180 || !TEST_true(BN_rand(k, EC_GROUP_order_bits(group) - 1, in custom_generator_test()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1311 #define EC_GROUP_order_bits BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EC_GROUP_order_bits) macro
/third_party/openssl/util/
Dlibcrypto.num2052 EC_GROUP_order_bits 2034 1_1_0 EXIST::FUNCTION:EC