Searched defs:g_x (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | schnorr.c | 65 const EVP_MD *evp_md, const BIGNUM *g_v, const BIGNUM *g_x, in schnorr_hash() 126 const EVP_MD *evp_md, const BIGNUM *x, const BIGNUM *g_x, in schnorr_sign() 220 const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen, in schnorr_sign_buf() 257 const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen, in schnorr_verify() 359 const BIGNUM *g_x, const u_char *id, u_int idlen, in schnorr_verify_buf() 584 BIGNUM *g_x; in schnorr_selftest_one() local
|