Home
last modified time | relevance | path

Searched refs:ECGroup_fromName (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.h61 ECGroup *ECGroup_fromName(const ECCurveName name, int kmflag);
H A Dec.c169 group = ECGroup_fromName(params->name, kmflag); in ec_points_mul()
501 group = ECGroup_fromName(ecParams->name, kmflag); in EC_ValidatePublicKey()
H A Decp_test.c131 group = ECGroup_fromName(name, KM_SLEEP); \
H A Dec2_test.c132 group = ECGroup_fromName(name, KM_SLEEP); \
H A Decl.c391 ECGroup_fromName(const ECCurveName name, int kmflag) in ECGroup_fromName() function