Lines Matching refs:u_int
68 u_int cipher_mask_ssh1(int);
77 const u_char *, u_int, const u_char *, u_int, int);
78 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
79 u_int, u_int, u_int);
80 int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int,
81 const u_char *, u_int);
85 u_int cipher_blocksize(const struct sshcipher *);
86 u_int cipher_keylen(const struct sshcipher *);
87 u_int cipher_seclen(const struct sshcipher *);
88 u_int cipher_authlen(const struct sshcipher *);
89 u_int cipher_ivlen(const struct sshcipher *);
90 u_int cipher_is_cbc(const struct sshcipher *);
92 u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);
93 u_int cipher_ctx_get_number(struct sshcipher_ctx *);
95 u_int cipher_get_number(const struct sshcipher *);
96 int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, u_int);