Home
last modified time | relevance | path

Searched defs:CURVE25519_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dkexc25519.c48 kexc25519_keygen(u_char key[CURVE25519_SIZE], u_char pub[CURVE25519_SIZE]) in kexc25519_keygen() argument
57 kexc25519_shared_key_ext(const u_char key[CURVE25519_SIZE],const u_char pub[CURVE25519_SIZE],struct sshbuf * out,int raw) kexc25519_shared_key_ext() argument
58 kexc25519_shared_key_ext(const u_char key[CURVE25519_SIZE],const u_char pub[CURVE25519_SIZE],struct sshbuf * out,int raw) kexc25519_shared_key_ext() argument
83 kexc25519_shared_key(const u_char key[CURVE25519_SIZE],const u_char pub[CURVE25519_SIZE],struct sshbuf * out) kexc25519_shared_key() argument
84 kexc25519_shared_key(const u_char key[CURVE25519_SIZE],const u_char pub[CURVE25519_SIZE],struct sshbuf * out) kexc25519_shared_key() argument
[all...]
H A Dkex.h65 #define CURVE25519_SIZE 32 macro
[all...]
/openbsd-src/sbin/iked/
H A Ddh.c69 #define CURVE25519_SIZE 32 /* 256 bits */ macro