summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h22
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 **);
105int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **); 105int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);
106int mm_skey_respond(void *, u_int, char **); 106int mm_skey_respond(void *, u_int, char **);
107 107
108/* jpake */
109struct modp_group;
110void mm_auth2_jpake_get_pwdata(struct Authctxt *, BIGNUM **, char **, char **);
111void mm_jpake_step1(struct modp_group *, u_char **, u_int *,
112 BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **,
113 u_char **, u_int *, u_char **, u_int *);
114void 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 *);
119void 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 *);
124int 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
130void *mm_zalloc(struct mm_master *, u_int, u_int); 110void *mm_zalloc(struct mm_master *, u_int, u_int);