Lines Matching refs:u_int
59 const u_char *, u_int, const u_char *, u_int, int);
60 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
61 u_int, u_int, u_int);
62 int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int,
63 const u_char *, u_int);
65 u_int cipher_blocksize(const struct sshcipher *);
66 u_int cipher_keylen(const struct sshcipher *);
67 u_int cipher_seclen(const struct sshcipher *);
68 u_int cipher_authlen(const struct sshcipher *);
69 u_int cipher_ivlen(const struct sshcipher *);
70 u_int cipher_is_cbc(const struct sshcipher *);
72 u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);