Home
last modified time | relevance | path

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

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