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

  /external/openssh/
schnorr.h 46 schnorr_sign_buf(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g,
jpake.c 232 if (schnorr_sign_buf(grp->p, grp->q, grp->g,
236 if (schnorr_sign_buf(grp->p, grp->q, grp->g,
312 if (schnorr_sign_buf(grp->p, grp->q, tmp, exponent, *newpub,
schnorr.c 219 schnorr_sign_buf(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, function
596 if (schnorr_sign_buf(grp_p, grp_q, grp_g, x, g_x, "junk", 4,

Completed in 468 milliseconds