Home | History | Annotate | Download | only in src

Lines Matching refs:priv_rl

89                                 Epid11PrivRl const* priv_rl,
94 if (!gid || !priv_rl || kMinPrivRlSize > priv_rl_size) {
97 if (ntohl(priv_rl->n1) >
98 (SIZE_MAX - kMinPrivRlSize) / sizeof(priv_rl->f[0])) {
103 kMinPrivRlSize + ntohl(priv_rl->n1) * sizeof(priv_rl->f[0]);
108 if (0 != memcmp(gid, &priv_rl->gid, sizeof(*gid))) {
162 verifier_ctx->priv_rl = NULL;
185 (*ctx)->priv_rl = NULL;
228 Epid11PrivRl const* priv_rl,
230 if (!ctx || !priv_rl || !ctx->pub_key) {
233 if (!IsEpid11PrivRlValid(&ctx->pub_key->gid, priv_rl, priv_rl_size)) {
237 if (ctx->priv_rl) {
240 current_ver = ntohl(ctx->priv_rl->version);
241 incoming_ver = ntohl(priv_rl->version);
246 ctx->priv_rl = priv_rl;