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

/macosx-10.10/OpenSSH-189/openssh/
H A Dschnorr.h58 schnorr_verify_buf(const BIGNUM *grp_p, const BIGNUM *grp_q,
H A Djpake.c274 if (schnorr_verify_buf(grp->p, grp->q, grp->g, theirpub1,
277 if (schnorr_verify_buf(grp->p, grp->q, grp->g, theirpub2,
392 if (schnorr_verify_buf(grp->p, grp->q, tmp, step2_val,
H A Dschnorr.c359 schnorr_verify_buf(const BIGNUM *grp_p, const BIGNUM *grp_q, function
601 if (schnorr_verify_buf(grp_p, grp_q, grp_g, g_x, "junk", 4,
604 if (schnorr_verify_buf(grp_p, grp_q, grp_g, g_x, "JUNK", 4,
608 if (schnorr_verify_buf(grp_p, grp_q, grp_g, g_x, "junk", 4,

Completed in 83 milliseconds