Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dcipher.c164 cipher_authlen(const struct sshcipher *c) in cipher_authlen() function
289 if (cipher_authlen(cipher) && in cipher_init()
359 if (authlen != cipher_authlen(cc->cipher)) in cipher_crypt()
483 if (cipher_authlen(c)) { in cipher_get_keyiv()
518 if (cipher_authlen(c)) { in cipher_set_keyiv()
H A Dcipher.h65 u_int cipher_authlen(const struct sshcipher *);
H A Dpacket.c877 if (cipher_authlen(enc->cipher) == 0) { in ssh_set_newkeys()
1046 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_send2_wrapped()
1470 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_read_poll2()
2217 if (cipher_authlen(enc->cipher) == 0) { in newkeys_to_blob()
2294 if (cipher_authlen(enc->cipher) == 0) { in newkeys_from_blob()
H A Dsshkey-xmss.c856 authlen = cipher_authlen(cipher); in sshkey_xmss_encrypt_state()
948 authlen = cipher_authlen(cipher); in sshkey_xmss_decrypt_state()
H A Dssh_namespace.h165 #define cipher_authlen Fssh_cipher_authlen macro
H A Dkex.c880 authlen = cipher_authlen(newkeys->enc.cipher); in kex_choose_conf()
H A Dsshkey.c3389 authlen = cipher_authlen(cipher); in sshkey_private_to_blob2()
3618 authlen = cipher_authlen(cipher); in sshkey_parse_private2()