Searched refs:group_order_bits (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/ec/ | ||
| H A D | ec_local.h | 63 int (*group_order_bits) (const EC_GROUP *); member |
| H A D | ec_lib.c | 461 return group->meth->group_order_bits(group); in EC_GROUP_order_bits() |