OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_pub_key_order
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/ec/
ec_key.c
325
if (eckey->group->meth->
check_pub_key_order
!= NULL &&
326
!eckey->group->meth->
check_pub_key_order
(eckey->group, eckey->pub_key,
internal.h
106
/* |
check_pub_key_order
| checks that the public key is in the proper subgroup
112
int (*
check_pub_key_order
)(const EC_GROUP *group, const EC_POINT *pub_key,
member in struct:ec_method_st
Completed in 47 milliseconds