Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/src/
Dprecomp.c32 G1ElemStr const* A_str, in PrecomputeMemberPairing() argument
40 if (!epid2_params || !pub_key || !A_str || !precomp) return kEpidBadArgErr; in PrecomputeMemberPairing()
76 sts = ReadEcPoint(G1, A_str, sizeof(*A_str), A); in PrecomputeMemberPairing()
Dvalidatekey.c38 bool EpidMemberIsKeyValid(MemberCtx* ctx, G1ElemStr const* A_str, in EpidMemberIsKeyValid() argument
50 if (!ctx || !A_str || !x_str || !h1_str || !w_str || !ctx->epid2_params) { in EpidMemberIsKeyValid()
88 sts = ReadEcPoint(G1, A_str, sizeof(*A_str), A); in EpidMemberIsKeyValid()
Dprecomp.h56 G1ElemStr const* A_str,
Dvalidatekey.h60 bool EpidMemberIsKeyValid(MemberCtx* ctx, G1ElemStr const* A_str,