Searched refs:cipher_authlen (Results 1 – 6 of 6) sorted by relevance
164 cipher_authlen(const struct sshcipher *c) in cipher_authlen() function290 if (cipher_authlen(cipher) && in cipher_init()359 if (authlen != cipher_authlen(cc->cipher)) in cipher_crypt()457 if (cipher_authlen(c)) { in cipher_get_keyiv()486 if (cipher_authlen(c)) { in cipher_set_keyiv()
68 u_int cipher_authlen(const struct sshcipher *);
1018 if (cipher_authlen(enc->cipher) == 0) { in ssh_set_newkeys()1237 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_send2_wrapped()1643 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_read_poll2()2456 if (cipher_authlen(enc->cipher) == 0) { in newkeys_to_blob()2537 if (cipher_authlen(enc->cipher) == 0) { in newkeys_from_blob()
195 #define cipher_authlen Fssh_cipher_authlen macro
1016 authlen = cipher_authlen(newkeys->enc.cipher); in kex_choose_conf()
2851 authlen = cipher_authlen(cipher); in sshkey_private_to_blob2()3087 authlen = cipher_authlen(cipher); in private2_decrypt()