Searched refs:cipher_authlen (Results 1 – 7 of 7) sorted by relevance
174 cipher_authlen(const struct sshcipher *c) in cipher_authlen() function300 if (cipher_authlen(cipher) && in cipher_init()369 if (authlen != cipher_authlen(cc->cipher)) in cipher_crypt()467 if (cipher_authlen(c)) { in cipher_get_keyiv()496 if (cipher_authlen(c)) { in cipher_set_keyiv()
68 u_int cipher_authlen(const struct sshcipher *);
907 if (cipher_authlen(enc->cipher) == 0) { in ssh_set_newkeys()1090 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_send2_wrapped()1492 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_read_poll2()2299 if (cipher_authlen(enc->cipher) == 0) { in newkeys_to_blob()2376 if (cipher_authlen(enc->cipher) == 0) { in newkeys_from_blob()
913 authlen = cipher_authlen(cipher); in sshkey_xmss_encrypt_state()1005 authlen = cipher_authlen(cipher); in sshkey_xmss_decrypt_state()
201 #define cipher_authlen Fssh_cipher_authlen macro
1263 authlen = cipher_authlen(newkeys->enc.cipher); in kex_choose_conf()
2783 authlen = cipher_authlen(cipher); in sshkey_private_to_blob2()3020 authlen = cipher_authlen(cipher); in private2_decrypt()