Lines Matching refs:u_char
43 extern int crypto_scalarmult_curve25519(u_char a[CURVE25519_SIZE],
44 const u_char b[CURVE25519_SIZE], const u_char c[CURVE25519_SIZE])
50 kexc25519_keygen(u_char key[CURVE25519_SIZE], u_char pub[CURVE25519_SIZE]) in kexc25519_keygen()
52 static const u_char basepoint[CURVE25519_SIZE] = {9}; 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()
62 u_char shared_key[CURVE25519_SIZE]; in kexc25519_shared_key_ext()
63 u_char zero[CURVE25519_SIZE]; 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()
95 u_char *cp = NULL; in kex_c25519_keypair()
119 const u_char *client_pub; in kex_c25519_enc()
120 u_char *server_pub; in kex_c25519_enc()
121 u_char server_key[CURVE25519_SIZE]; in kex_c25519_enc()
170 const u_char *server_pub; in kex_c25519_dec()