Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher.c164 cipher_authlen(const struct sshcipher *c) in cipher_authlen() function
298 if (cipher_authlen(cipher) && in cipher_init()
367 if (authlen != cipher_authlen(cc->cipher)) in cipher_crypt()
465 if (cipher_authlen(c)) { in cipher_get_keyiv()
H A Dcipher.h68 u_int cipher_authlen(const struct sshcipher *);
H A Dpacket.c1023 if (cipher_authlen(enc->cipher) == 0) { in ssh_set_newkeys()
1242 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_send2_wrapped()
1648 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_read_poll2()
2468 if (cipher_authlen(enc->cipher) == 0) { in newkeys_to_blob()
2556 if (cipher_authlen(enc->cipher) == 0) { in newkeys_from_blob()
H A Dssh_namespace.h195 #define cipher_authlen Fssh_cipher_authlen macro
H A Dkex.c1021 authlen = cipher_authlen(newkeys->enc.cipher); in kex_choose_conf()
H A Dsshkey.c2867 authlen = cipher_authlen(cipher); in sshkey_private_to_blob2()
3103 authlen = cipher_authlen(cipher); in private2_decrypt()