Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/unittests/
Djoin_request-test.cc74 GroupPubKey const& grp_public_key, FpElemStr const& f, in ValidateJoinRequest() argument
83 EcPointObj F_expected(&params.G1, grp_public_key.h1); in ValidateJoinRequest()
90 EcPointObj a(&params.G1, grp_public_key.h1); in ValidateJoinRequest()
110 grp_public_key.h1, in ValidateJoinRequest()
111 grp_public_key.h2, in ValidateJoinRequest()
112 grp_public_key.w, in ValidateJoinRequest()
Dsign-test.cc463 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
473 MemberCtxObj member(grp_public_key, mbr_private_key, &Prng::Generate, in TEST_F()
479 VerifierCtxObj ctx(grp_public_key); in TEST_F()
515 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
522 MemberCtxObj member_ikgf(grp_public_key, mbr_private_key, &Prng::Generate, in TEST_F()
536 VerifierCtxObj ctx_ikgf(grp_public_key); in TEST_F()
594 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
601 MemberCtxObj member_ikgf(grp_public_key, mbr_private_key, &Prng::Generate, in TEST_F()
644 VerifierCtxObj ctx_ikgf(grp_public_key); in TEST_F()
680 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
[all …]
Dnr_prove-test.cc281 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
289 MemberCtxObj member(grp_public_key, mbr_private_key, &Prng::Generate, in TEST_F()
306 VerifierCtxObj ctx(grp_public_key); in TEST_F()
Dsignbasic-test.cc231 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
235 MemberCtxObj member(grp_public_key, mbr_private_key, &Prng::Generate, in TEST_F()
245 VerifierCtxObj ctx(grp_public_key); in TEST_F()
/external/epid-sdk/epid/member/tiny/unittests/
Djoin_request-test.cc73 GroupPubKey const& grp_public_key, FpElemStr const& f, in ValidateJoinRequest() argument
82 EcPointObj F_expected(&params.G1, grp_public_key.h1); in ValidateJoinRequest()
89 EcPointObj a(&params.G1, grp_public_key.h1); in ValidateJoinRequest()
109 grp_public_key.h1, in ValidateJoinRequest()
110 grp_public_key.h2, in ValidateJoinRequest()
111 grp_public_key.w, in ValidateJoinRequest()
Dsign-test.cc492 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
502 MemberCtxObj member(grp_public_key, mbr_private_key, &Prng::Generate, in TEST_F()
508 VerifierCtxObj ctx(grp_public_key); in TEST_F()
544 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
551 MemberCtxObj member_ikgf(grp_public_key, mbr_private_key, &Prng::Generate, in TEST_F()
565 VerifierCtxObj ctx_ikgf(grp_public_key); in TEST_F()
623 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
630 MemberCtxObj member_ikgf(grp_public_key, mbr_private_key, &Prng::Generate, in TEST_F()
673 VerifierCtxObj ctx_ikgf(grp_public_key); in TEST_F()
709 GroupPubKey grp_public_key = *reinterpret_cast<const GroupPubKey*>( in TEST_F() local
[all …]