diff options
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index 360fb9f57..00e93fe9c 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor_wrap.h,v 1.23 2011/06/17 21:44:31 djm Exp $ */ | 1 | /* $OpenBSD: monitor_wrap.h,v 1.24 2014/01/29 06:18:35 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -105,26 +105,6 @@ int mm_bsdauth_respond(void *, u_int, char **); | |||
105 | int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **); | 105 | int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **); |
106 | int mm_skey_respond(void *, u_int, char **); | 106 | int mm_skey_respond(void *, u_int, char **); |
107 | 107 | ||
108 | /* jpake */ | ||
109 | struct modp_group; | ||
110 | void mm_auth2_jpake_get_pwdata(struct Authctxt *, BIGNUM **, char **, char **); | ||
111 | void mm_jpake_step1(struct modp_group *, u_char **, u_int *, | ||
112 | BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **, | ||
113 | u_char **, u_int *, u_char **, u_int *); | ||
114 | void mm_jpake_step2(struct modp_group *, BIGNUM *, | ||
115 | BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, | ||
116 | const u_char *, u_int, const u_char *, u_int, | ||
117 | const u_char *, u_int, const u_char *, u_int, | ||
118 | BIGNUM **, u_char **, u_int *); | ||
119 | void mm_jpake_key_confirm(struct modp_group *, BIGNUM *, BIGNUM *, | ||
120 | BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, | ||
121 | const u_char *, u_int, const u_char *, u_int, | ||
122 | const u_char *, u_int, const u_char *, u_int, | ||
123 | BIGNUM **, u_char **, u_int *); | ||
124 | int mm_jpake_check_confirm(const BIGNUM *, | ||
125 | const u_char *, u_int, const u_char *, u_int, const u_char *, u_int); | ||
126 | |||
127 | |||
128 | /* zlib allocation hooks */ | 108 | /* zlib allocation hooks */ |
129 | 109 | ||
130 | void *mm_zalloc(struct mm_master *, u_int, u_int); | 110 | void *mm_zalloc(struct mm_master *, u_int, u_int); |