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

/freebsd-10-stable/crypto/openssh/
H A Dcipher.h95 u_int cipher_authlen(const struct sshcipher *);
H A Dcipher.c180 cipher_authlen(const struct sshcipher *c) function
343 if (cipher_authlen(cipher) &&
418 if (authlen != cipher_authlen(cc->cipher))
570 if (cipher_authlen(c)) {
609 if (cipher_authlen(c)) {
H A Dpacket.c1031 if (cipher_authlen(enc->cipher) == 0) {
1196 if ((authlen = cipher_authlen(enc->cipher)) != 0)
1729 if ((authlen = cipher_authlen(enc->cipher)) != 0)
2527 if (cipher_authlen(enc->cipher) == 0) {
2636 if (cipher_authlen(enc->cipher) == 0) {
H A Dssh_namespace.h226 #define cipher_authlen Fssh_cipher_authlen macro
H A Dkex.c814 authlen = cipher_authlen(newkeys->enc.cipher);
H A Dsshkey.c3064 authlen = cipher_authlen(cipher);
3293 authlen = cipher_authlen(cipher);

Completed in 209 milliseconds