Lines Matching refs:u_char
118 u_char *key;
119 u_char *iv;
135 u_char *session_id;
162 u_char **, size_t *, const u_char *, size_t, const char *);
169 u_char c25519_client_key[CURVE25519_SIZE]; /* 25519 + KEM */
170 u_char c25519_client_pubkey[CURVE25519_SIZE]; /* 25519 */
171 u_char sntrup4591761_client_key[crypto_kem_sntrup4591761_SECRETKEYBYTES]; /* KEM */
197 int kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *);
234 const BIGNUM *, const u_char *, size_t,
235 u_char *, size_t *);
237 void kexc25519_keygen(u_char key[CURVE25519_SIZE], u_char pub[CURVE25519_SIZE])
240 int kexc25519_shared_key(const u_char key[CURVE25519_SIZE],
241 const u_char pub[CURVE25519_SIZE], struct sshbuf *out)
244 int kexc25519_shared_key_ext(const u_char key[CURVE25519_SIZE],
245 const u_char pub[CURVE25519_SIZE], struct sshbuf *out, int)
250 void dump_digest(const char *, const u_char *, int);