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

  /external/openssh/
schnorr.h 43 const EVP_MD *evp_md, const BIGNUM *x, const BIGNUM *g_x,
47 const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen,
51 const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen,
56 const BIGNUM *g_x, const u_char *id, u_int idlen,
schnorr.c 65 const EVP_MD *evp_md, const BIGNUM *g_v, const BIGNUM *g_x,
86 buffer_put_bignum2(&b, g_x);
126 const EVP_MD *evp_md, const BIGNUM *x, const BIGNUM *g_x,
134 SCHNORR_DEBUG_BN((g_x, "%s: g_x = ", __func__));
137 if (BN_cmp(g_x, BN_value_one()) <= 0) {
138 error("%s: g_x < 1", __func__);
141 if (BN_cmp(g_x, grp_p) >= 0) {
142 error("%s: g_x > g", __func__);
176 if ((h = schnorr_hash(grp_p, grp_q, grp_g, evp_md, g_v, g_x,
584 BIGNUM *g_x; local
    [all...]

Completed in 41 milliseconds