Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDcipher.c174 cipher_authlen(const struct sshcipher *c) in cipher_authlen() function
300 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()
HDcipher.h68 u_int cipher_authlen(const struct sshcipher *);
HDpacket.c998 if (cipher_authlen(enc->cipher) == 0) { in ssh_set_newkeys()
1181 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_send2_wrapped()
1583 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_read_poll2()
2389 if (cipher_authlen(enc->cipher) == 0) { in newkeys_to_blob()
2466 if (cipher_authlen(enc->cipher) == 0) { in newkeys_from_blob()
HDsshkey-xmss.c913 authlen = cipher_authlen(cipher); in sshkey_xmss_encrypt_state()
1005 authlen = cipher_authlen(cipher); in sshkey_xmss_decrypt_state()
HDkex.c1013 authlen = cipher_authlen(newkeys->enc.cipher); in kex_choose_conf()
HDsshkey.c2783 authlen = cipher_authlen(cipher); in sshkey_private_to_blob2()
3020 authlen = cipher_authlen(cipher); in private2_decrypt()