Searched refs:cipher_ivlen (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dcipher.h96 u_int cipher_ivlen(const struct sshcipher *);
H A Dcipher.c178 cipher_ivlen(const struct sshcipher *c) function
311 (iv != NULL && ivlen < cipher_ivlen(cipher)))
H A Dkex.c641 enc->iv_len = cipher_ivlen(enc->cipher);
H A Dssh_namespace.h239 #define cipher_ivlen Fssh_cipher_ivlen macro
H A Dsshkey.c3060 ivlen = cipher_ivlen(cipher);
3289 ivlen = cipher_ivlen(cipher);

Completed in 66 milliseconds