Home | History | Annotate | Download | only in openssh

Lines Matching refs:evp_md

60  * using the hash function defined by "evp_md". Returns signature as
65 const EVP_MD *evp_md, const BIGNUM *g_v, const BIGNUM *g_x,
91 if (hash_buffer(buffer_ptr(&b), buffer_len(&b), evp_md,
116 * using the hash function "evp_md".
126 const EVP_MD *evp_md, const BIGNUM *x, const BIGNUM *g_x,
176 if ((h = schnorr_hash(grp_p, grp_q, grp_g, evp_md, g_v, g_x,
251 * 'grp_g' using hash "evp_md".
257 const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen,
305 if ((h = schnorr_hash(grp_p, grp_q, grp_g, evp_md, e, g_x,
452 hash_buffer(const u_char *buf, u_int len, const EVP_MD *md,