Searched defs:CURVE25519_SIZE (Results 1 – 3 of 3) sorted by relevance
48 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()
65 #define CURVE25519_SIZE 32 macro
69 #define CURVE25519_SIZE 32 /* 256 bits */ macro