Searched refs:cipher_authlen (Results 1 – 6 of 6) sorted by relevance
178 cipher_authlen(const struct sshcipher *c) in cipher_authlen() function304 if (cipher_authlen(cipher) && in cipher_init()373 if (authlen != cipher_authlen(cc->cipher)) in cipher_crypt()497 if (cipher_authlen(c)) { in cipher_get_keyiv()532 if (cipher_authlen(c)) { in cipher_set_keyiv()
68 u_int cipher_authlen(const struct sshcipher *);
913 if (cipher_authlen(enc->cipher) == 0) { in ssh_set_newkeys()1085 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_send2_wrapped()1509 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_read_poll2()2276 if (cipher_authlen(enc->cipher) == 0) { in newkeys_to_blob()2353 if (cipher_authlen(enc->cipher) == 0) { in newkeys_from_blob()
912 authlen = cipher_authlen(cipher); in sshkey_xmss_encrypt_state()1004 authlen = cipher_authlen(cipher); in sshkey_xmss_decrypt_state()
946 authlen = cipher_authlen(newkeys->enc.cipher); in kex_choose_conf()
3863 authlen = cipher_authlen(cipher); in sshkey_private_to_blob2()4102 authlen = cipher_authlen(cipher); in private2_decrypt()