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

/freebsd-10.0-release/crypto/openssh/
H A Dcipher.h88 u_int cipher_ivlen(const Cipher *);
H A Dcipher.c144 cipher_ivlen(const Cipher *c) function
278 if (iv != NULL && ivlen < cipher_ivlen(cipher))
H A Dkex.c358 enc->iv_len = cipher_ivlen(enc->cipher);
H A Dssh_namespace.h163 #define cipher_ivlen ssh_cipher_ivlen macro

Completed in 135 milliseconds