Home | History | Annotate | Download | only in src

Lines Matching defs:result

34   EpidStatus result = kEpidErr;
42 result = kEpidMemAllocErr;
45 result = NewEcPoint(G1, &pubkey->h1);
46 BREAK_ON_EPID_ERROR(result);
47 result =
49 BREAK_ON_EPID_ERROR(result);
50 result = NewEcPoint(G1, &pubkey->h2);
51 BREAK_ON_EPID_ERROR(result);
52 result =
54 BREAK_ON_EPID_ERROR(result);
55 result = NewEcPoint(G2, &pubkey->w);
56 BREAK_ON_EPID_ERROR(result);
57 result =
59 BREAK_ON_EPID_ERROR(result);
62 result = kEpidNoErr;
65 if (kEpidNoErr != result && pubkey) {
71 return result;