HomeSort by relevance Sort by last modified time
    Searched full:schnorr_hash (Results 1 - 1 of 1) sorted by null

  /external/openssh/
schnorr.c 64 schnorr_hash(const BIGNUM *p, const BIGNUM *q, const BIGNUM *g, function
176 if ((h = schnorr_hash(grp_p, grp_q, grp_g, evp_md, g_v, g_x,
178 error("%s: schnorr_hash failed", __func__);
305 if ((h = schnorr_hash(grp_p, grp_q, grp_g, evp_md, e, g_x,
307 error("%s: schnorr_hash failed", __func__);

Completed in 50 milliseconds