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

/freebsd-current/crypto/openssh/
H A Dcipher.h68 u_int cipher_authlen(const struct sshcipher *);
H A Dcipher.c174 cipher_authlen(const struct sshcipher *c) function
300 if (cipher_authlen(cipher) &&
369 if (authlen != cipher_authlen(cc->cipher))
467 if (cipher_authlen(c)) {
496 if (cipher_authlen(c)) {
H A Dpacket.c907 if (cipher_authlen(enc->cipher) == 0) {
1090 if ((authlen = cipher_authlen(enc->cipher)) != 0)
1492 if ((authlen = cipher_authlen(enc->cipher)) != 0)
2299 if (cipher_authlen(enc->cipher) == 0) {
2376 if (cipher_authlen(enc->cipher) == 0) {
H A Dsshkey-xmss.c913 authlen = cipher_authlen(cipher);
1005 authlen = cipher_authlen(cipher);
H A Dssh_namespace.h201 #define cipher_authlen Fssh_cipher_authlen macro
H A Dkex.c1263 authlen = cipher_authlen(newkeys->enc.cipher);
H A Dsshkey.c2783 authlen = cipher_authlen(cipher);
3020 authlen = cipher_authlen(cipher);

Completed in 117 milliseconds