Searched defs:CURVE25519_SIZE (Results 1 – 2 of 2) sorted by relevance
54 kexc25519_keygen(u_char key[CURVE25519_SIZE], u_char pub[CURVE25519_SIZE]) in kexc25519_keygen()63 kexc25519_shared_key(const u_char key[CURVE25519_SIZE], in kexc25519_shared_key()64 const u_char pub[CURVE25519_SIZE], struct sshbuf *out) in kexc25519_shared_key()92 const u_char client_dh_pub[CURVE25519_SIZE], in kex_c25519_hash()93 const u_char server_dh_pub[CURVE25519_SIZE], in kex_c25519_hash()
70 #define CURVE25519_SIZE 32 macro