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

/freebsd-10.2-release/crypto/openssh/
H A Dschnorr.c119 * in public exponent g^x, under group defined by 'grp_p', 'grp_q' and 'grp_g'
129 schnorr_sign(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, argument
173 if (BN_mod_exp(g_v, grp_g, v, grp_p, bn_ctx) == -1) {
180 if ((h = schnorr_hash(grp_p, grp_q, grp_g, hash_alg, g_v, g_x,
215 * in public exponent g^x, under group defined by 'grp_p', 'grp_q' and 'grp_g'
223 schnorr_sign_buf(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, argument
230 if (schnorr_sign(grp_p, grp_q, grp_g, SSH_DIGEST_SHA256,
255 * 'grp_g' using hash "hash_alg".
260 schnorr_verify(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, argument
309 if ((h = schnorr_hash(grp_p, grp_q, grp_g, hash_al
361 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
542 modp_group_from_g_and_safe_p(const char *grp_g, const char *grp_p) argument
577 schnorr_selftest_one(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, const BIGNUM *x) argument
[all...]

Completed in 52 milliseconds