Searched refs:h_bn (Results 1 – 1 of 1) sorted by relevance
/external/epid-sdk/epid/common/math/src/ |
D | ecgroup.c | 916 BigNum* h_bn = NULL; in Epid11EcHash() local 956 result = NewBigNum(sizeof(BigNumStr), &h_bn); in Epid11EcHash() 960 sts = ippsGFpECGetSubgroup(&ipp_ff, 0, 0, 0, h_bn->ipp_bn, g->ipp_ec); in Epid11EcHash() 1052 sts = ippsGFpECMulPoint(r->ipp_ec_pt, h_bn->ipp_bn, r->ipp_ec_pt, g->ipp_ec, in Epid11EcHash() 1065 DeleteBigNum(&h_bn); in Epid11EcHash()
|