Home | History | Annotate | Download | only in openssh

Lines Matching full:bignum

53 int mm_auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
54 int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *);
55 BIGNUM *mm_auth_rsa_generate_challenge(Key *);
87 int mm_ssh1_session_key(BIGNUM *);
107 void mm_auth2_jpake_get_pwdata(struct Authctxt *, BIGNUM **, char **, char **);
109 BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **,
111 void mm_jpake_step2(struct modp_group *, BIGNUM *,
112 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
115 BIGNUM **, u_char **, u_int *);
116 void mm_jpake_key_confirm(struct modp_group *, BIGNUM *, BIGNUM *,
117 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
120 BIGNUM **, u_char **, u_int *);
121 int mm_jpake_check_confirm(const BIGNUM *,