Searched refs:cipher_authlen (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dcipher.h93 u_int cipher_authlen(const Cipher *);
H A Dcipher.c154 cipher_authlen(const Cipher *c) function
321 if (cipher_authlen(cipher) &&
372 if (authlen != cipher_authlen(cc->cipher))
H A Dpacket.c787 if (cipher_authlen(enc->cipher) == 0 && mac_init(mac) == 0)
871 if ((authlen = cipher_authlen(enc->cipher)) != 0)
1280 if ((authlen = cipher_authlen(enc->cipher)) != 0)
H A Dkex.c509 authlen = cipher_authlen(newkeys->enc.cipher);
H A Dssh_namespace.h174 #define cipher_authlen ssh_cipher_authlen macro
H A Dauthfile.c123 authlen = cipher_authlen(c);
324 authlen = cipher_authlen(c);
H A Dmonitor_wrap.c501 if (cipher_authlen(enc->cipher) == 0) {
557 if (cipher_authlen(enc->cipher) == 0) {

Completed in 173 milliseconds