Searched defs:ecParams (Results 1 – 2 of 2) sorted by relevance
/titanic_52/usr/src/common/crypto/ecc/ |
H A D | ec.c | 246 ec_NewKey(ECParams *ecParams, ECPrivateKey **privKey, in ec_NewKey() argument 358 EC_NewKeyFromSeed(ECParams * ecParams,ECPrivateKey ** privKey,const unsigned char * seed,int seedlen,int kmflag) EC_NewKeyFromSeed() argument 431 EC_NewKey(ECParams * ecParams,ECPrivateKey ** privKey,int kmflag) EC_NewKey() argument 468 EC_ValidatePublicKey(ECParams * ecParams,SECItem * publicValue,int kmflag) EC_ValidatePublicKey() argument 556 ECDH_Derive(SECItem * publicValue,ECParams * ecParams,SECItem * privateValue,PRBool withCofactor,SECItem * derivedSecret,int kmflag) ECDH_Derive() argument 640 ECParams *ecParams = NULL; ECDSA_SignDigestWithSeed() local 877 ECParams *ecParams = NULL; ECDSA_VerifyDigest() local [all...] |
H A D | ecc_impl.h | 183 ECParams ecParams; member 191 ECParams ecParams; member
|