Searched refs:zkpg (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/jpake/
H A Djpake.c160 static void zkp_hash(BIGNUM *h, const BIGNUM *zkpg, const JPAKE_STEP_PART *p, argument
171 hashbn(&sha, zkpg);
185 const BIGNUM *zkpg, JPAKE_CTX *ctx)
197 BN_mod_exp(p->zkpx.gr, zkpg, r, ctx->p.p, ctx->ctx);
200 zkp_hash(h, zkpg, p, ctx->p.name);
212 static int verify_zkp(const JPAKE_STEP_PART *p, const BIGNUM *zkpg, argument
221 zkp_hash(h, zkpg, p, ctx->p.peer_name);
224 BN_mod_exp(t1, zkpg, p->zkpx.b, ctx->p.p, ctx->ctx);
184 generate_zkp(JPAKE_STEP_PART *p, const BIGNUM *x, const BIGNUM *zkpg, JPAKE_CTX *ctx) argument

Completed in 51 milliseconds