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