• Home
  • Raw
  • Download

Lines Matching refs:EcGroup

55                       BigNum const* cofactor, EcGroup** g) {  in NewEcGroup()
59 EcGroup* grp = NULL; in NewEcGroup()
93 grp = (EcGroup*)SAFE_ALLOC(sizeof(EcGroup)); in NewEcGroup()
168 void DeleteEcGroup(EcGroup** g) { in DeleteEcGroup()
184 EpidStatus NewEcPoint(EcGroup const* g, EcPoint** p) { in NewEcPoint()
278 EpidStatus eccontains(EcGroup* g, ConstOctStr p_str, size_t strlen, EcPoint* p, in eccontains()
381 EpidStatus ReadEcPoint(EcGroup* g, ConstOctStr p_str, size_t strlen, in ReadEcPoint()
409 EpidStatus WriteEcPoint(EcGroup* g, EcPoint const* p, OctStr p_str, in WriteEcPoint()
498 EpidStatus EcMul(EcGroup* g, EcPoint const* a, EcPoint const* b, EcPoint* r) { in EcMul()
523 EpidStatus EcExp(EcGroup* g, EcPoint const* a, BigNumStr const* b, EcPoint* r) { in EcExp()
564 EpidStatus EcSscmExp(EcGroup* g, EcPoint const* a, BigNumStr const* b, in EcSscmExp()
571 EpidStatus EcMultiExp(EcGroup* g, EcPoint const** a, BigNumStr const** b, in EcMultiExp()
657 EpidStatus EcMultiExpBn(EcGroup* g, EcPoint const** a, BigNum const** b, in EcMultiExpBn()
741 EpidStatus EcSscmMultiExp(EcGroup* g, EcPoint const** a, BigNumStr const** b, in EcSscmMultiExp()
748 EpidStatus EcGetRandom(EcGroup* g, BitSupplier rnd_func, void* rnd_func_param, in EcGetRandom()
775 EpidStatus EcInGroup(EcGroup* g, ConstOctStr p_str, size_t strlen, in EcInGroup()
895 EpidStatus Epid11EcHash(EcGroup* g, ConstOctStr msg, size_t msg_len, in Epid11EcHash()
1072 EpidStatus EcHash(EcGroup* g, ConstOctStr msg, size_t msg_len, HashAlg hash_alg, in EcHash()
1127 EpidStatus EcMakePoint(EcGroup* g, FfElement const* x, EcPoint* r) { in EcMakePoint()
1151 EpidStatus EcInverse(EcGroup* g, EcPoint const* p, EcPoint* r) { in EcInverse()
1175 EpidStatus EcIsEqual(EcGroup* g, EcPoint const* a, EcPoint const* b, in EcIsEqual()
1204 EpidStatus EcIsIdentity(EcGroup* g, EcPoint const* p, bool* is_identity) { in EcIsIdentity()