Lines Matching refs:BIGNUM
43 BIGNUM *s; /* Secret (salted, crypted password) */
44 BIGNUM *k; /* Derived key */
47 BIGNUM *x1; /* random in Zq */
48 BIGNUM *x2; /* random in Z*q */
51 BIGNUM *x3; /* random in Zq */
52 BIGNUM *x4; /* random in Z*q */
57 BIGNUM *g_x1; /* g^x1 */
58 BIGNUM *g_x2; /* g^x2 */
63 BIGNUM *g_x3; /* g^x3 */
64 BIGNUM *g_x4; /* g^x4 */
67 BIGNUM *a; /* g^((x1+x3+x4)*x2*s) */
70 BIGNUM *b; /* g^((x1+x2+x3)*x4*s) */
90 BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **,
93 void jpake_step2(struct modp_group *, BIGNUM *,
94 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
97 BIGNUM **, u_char **, u_int *);
99 void jpake_confirm_hash(const BIGNUM *,
104 void jpake_key_confirm(struct modp_group *, BIGNUM *, BIGNUM *,
105 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
108 BIGNUM **, u_char **, u_int *);
110 int jpake_check_confirm(const BIGNUM *, const u_char *, u_int,