Searched defs:CURVE25519_SIZE (Results 1 – 2 of 2) sorted by relevance
50 kexc25519_keygen(u_char key[CURVE25519_SIZE], u_char pub[CURVE25519_SIZE]) in kexc25519_keygen()59 kexc25519_shared_key_ext(const u_char key[CURVE25519_SIZE], in kexc25519_shared_key_ext()60 const u_char pub[CURVE25519_SIZE], struct sshbuf *out, int raw) in kexc25519_shared_key_ext()85 kexc25519_shared_key(const u_char key[CURVE25519_SIZE], in kexc25519_shared_key()86 const u_char pub[CURVE25519_SIZE], struct sshbuf *out) in kexc25519_shared_key()
72 #define CURVE25519_SIZE 32 macro