Searched refs:g_x (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dschnorr.h47 const EVP_MD *evp_md, const BIGNUM *x, const BIGNUM *g_x,
51 const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen,
55 const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen,
60 const BIGNUM *g_x, const u_char *id, u_int idlen,
H A Dschnorr.c67 const EVP_MD *evp_md, const BIGNUM *g_v, const BIGNUM *g_x,
88 buffer_put_bignum2(&b, g_x);
128 const EVP_MD *evp_md, const BIGNUM *x, const BIGNUM *g_x,
136 SCHNORR_DEBUG_BN((g_x, "%s: g_x = ", __func__));
139 if (BN_cmp(g_x, BN_value_one()) <= 0) {
140 error("%s: g_x < 1", __func__);
143 if (BN_cmp(g_x, grp_p) >= 0) {
144 error("%s: g_x > g", __func__);
178 if ((h = schnorr_hash(grp_p, grp_q, grp_g, evp_md, g_v, g_x,
66 schnorr_hash(const BIGNUM *p, const BIGNUM *q, const BIGNUM *g, const EVP_MD *evp_md, const BIGNUM *g_v, const BIGNUM *g_x, const u_char *id, u_int idlen) argument
127 schnorr_sign(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, const EVP_MD *evp_md, const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen, BIGNUM **r_p, BIGNUM **e_p) argument
221 schnorr_sign_buf(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen, u_char **sig, u_int *siglen) argument
258 schnorr_verify(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen, const BIGNUM *r, const BIGNUM *e) argument
359 schnorr_verify_buf(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, const BIGNUM *g_x, const u_char *id, u_int idlen, const u_char *sig, u_int siglen) argument
586 BIGNUM *g_x; local
[all...]

Completed in 67 milliseconds