diff options
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kex.h,v 1.99 2019/01/21 10:20:12 djm Exp $ */ | 1 | /* $OpenBSD: kex.h,v 1.100 2019/01/21 10:24:09 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
@@ -211,6 +211,11 @@ int kexc25519_server(struct ssh *); | |||
211 | int kex_kem_client(struct ssh *); | 211 | int kex_kem_client(struct ssh *); |
212 | int kex_kem_server(struct ssh *); | 212 | int kex_kem_server(struct ssh *); |
213 | 213 | ||
214 | int kex_c25519_keypair(struct kex *); | ||
215 | int kex_c25519_enc(struct kex *, const u_char *, size_t, struct sshbuf **, | ||
216 | struct sshbuf **); | ||
217 | int kex_c25519_dec(struct kex *, const u_char *, size_t, struct sshbuf **); | ||
218 | |||
214 | int kex_kem_sntrup4591761x25519_keypair(struct kex *); | 219 | int kex_kem_sntrup4591761x25519_keypair(struct kex *); |
215 | int kex_kem_sntrup4591761x25519_enc(struct kex *, const u_char *, size_t, | 220 | int kex_kem_sntrup4591761x25519_enc(struct kex *, const u_char *, size_t, |
216 | struct sshbuf **, struct sshbuf **); | 221 | struct sshbuf **, struct sshbuf **); |