Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/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.
/freebsd-12-stable/crypto/openssl/crypto/ec/
Dec_ameth.c295 return EC_GROUP_order_bits(EC_KEY_get0_group(pkey->pkey.ec)); in ec_bits()
399 EC_GROUP_order_bits(group)) <= 0) in do_EC_KEY_print()
Dec_key.c633 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.c1323 i = EC_GROUP_order_bits(group); in ECDSA_size()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dec.h186 int EC_GROUP_order_bits(const EC_GROUP *group);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map1121 EC_GROUP_order_bits;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile1165 MLINKS+= EC_GROUP_copy.3 EC_GROUP_order_bits.3