Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/src/
Decgroup.c915 BigNum* t_bn = NULL; in Epid11EcHash() local
974 result = NewBigNum(sizeof(t), &t_bn); in Epid11EcHash()
1006 result = ReadBigNum(&t, sizeof(t), t_bn); in Epid11EcHash()
1009 result = InitFfElementFromBn(ff, t_bn, rx); in Epid11EcHash()
1066 DeleteBigNum(&t_bn); in Epid11EcHash()