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

/osnet-11/usr/src/common/crypto/ecc/
H A Decl.h61 ECGroup *ECGroup_fromName(const ECCurveName name, int kmflag);
H A Decl.c225 * ECGroup_fromHex and ECGroup_fromName. */
393 ECGroup_fromName(const ECCurveName name, int kmflag) function
H A Decp_test.c131 group = ECGroup_fromName(name, KM_SLEEP); \
H A Dec.c164 group = ECGroup_fromName(params->name, kmflag);
493 group = ECGroup_fromName(ecParams->name, kmflag);
496 * ECGroup_fromName fails if ecParams->name is not a valid
500 * code should be because ECGroup_fromName doesn't return an
502 * that's what ECGroup_fromName uses internally.
H A Dec2_test.c132 group = ECGroup_fromName(name, KM_SLEEP); \

Completed in 35 milliseconds