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

  /external/openssh/
schnorr.h 42 schnorr_sign(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g,
schnorr.c 125 schnorr_sign(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, function
226 if (schnorr_sign(grp_p, grp_q, grp_g, EVP_sha256(),
598 fatal("%s: schnorr_sign", __func__);

Completed in 279 milliseconds