HomeSort by relevance Sort by last modified time
    Searched refs:schnorr_verify_buf (Results 1 - 3 of 3) sorted by null

  /external/openssh/
schnorr.h 54 schnorr_verify_buf(const BIGNUM *grp_p, const BIGNUM *grp_q,
jpake.c 268 if (schnorr_verify_buf(grp->p, grp->q, grp->g, theirpub1,
271 if (schnorr_verify_buf(grp->p, grp->q, grp->g, theirpub2,
386 if (schnorr_verify_buf(grp->p, grp->q, tmp, step2_val,
schnorr.c 357 schnorr_verify_buf(const BIGNUM *grp_p, const BIGNUM *grp_q, function
599 if (schnorr_verify_buf(grp_p, grp_q, grp_g, g_x, "junk", 4,
602 if (schnorr_verify_buf(grp_p, grp_q, grp_g, g_x, "JUNK", 4,
606 if (schnorr_verify_buf(grp_p, grp_q, grp_g, g_x, "junk", 4,

Completed in 33 milliseconds