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

/freebsd-10.3-release/crypto/openssh/
H A Dcipher.h95 u_int cipher_authlen(const struct sshcipher *);
H A Dcipher.c172 cipher_authlen(const struct sshcipher *c) function
335 if (cipher_authlen(cipher) &&
410 if (authlen != cipher_authlen(cc->cipher))
562 if (cipher_authlen(c)) {
601 if (cipher_authlen(c)) {
H A Dpacket.c994 if (cipher_authlen(enc->cipher) == 0) {
1159 if ((authlen = cipher_authlen(enc->cipher)) != 0)
1682 if ((authlen = cipher_authlen(enc->cipher)) != 0)
2485 if (cipher_authlen(enc->cipher) == 0) {
2594 if (cipher_authlen(enc->cipher) == 0) {
H A Dkex.c811 authlen = cipher_authlen(newkeys->enc.cipher);
H A Dssh_namespace.h226 #define cipher_authlen Fssh_cipher_authlen macro
H A Dsshkey.c3061 authlen = cipher_authlen(cipher);
3290 authlen = cipher_authlen(cipher);

Completed in 71 milliseconds