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

/external/openssh/
H A Dcipher.h98 u_int cipher_authlen(const struct sshcipher *);
H A Dcipher.c176 cipher_authlen(const struct sshcipher *c) function
339 if (cipher_authlen(cipher) &&
415 if (authlen != cipher_authlen(cc->cipher))
567 if (cipher_authlen(c)) {
606 if (cipher_authlen(c)) {
H A Dpacket.c966 if (cipher_authlen(enc->cipher) == 0) {
1071 if ((authlen = cipher_authlen(enc->cipher)) != 0)
1556 if ((authlen = cipher_authlen(enc->cipher)) != 0)
2391 if (cipher_authlen(enc->cipher) == 0) {
2506 if (cipher_authlen(enc->cipher) == 0) {
H A Dkex.c630 authlen = cipher_authlen(newkeys->enc.cipher);
H A Dsshkey.c3085 authlen = cipher_authlen(cipher);
3335 sshbuf_len(decoded), 0, cipher_authlen(cipher))) != 0) {

Completed in 66 milliseconds