Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dcipher.c168 cipher_authlen(const struct sshcipher *c) in cipher_authlen() function
294 if (cipher_authlen(cipher) && in cipher_init()
363 if (authlen != cipher_authlen(cc->cipher)) in cipher_crypt()
461 if (cipher_authlen(c)) { in cipher_get_keyiv()
489 if (cipher_authlen(c)) { in cipher_set_keyiv()
Dcipher.h68 u_int cipher_authlen(const struct sshcipher *);
Dpacket.c974 if (cipher_authlen(enc->cipher) == 0) { in ssh_set_newkeys()
1156 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_send2_wrapped()
1557 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_read_poll2()
2361 if (cipher_authlen(enc->cipher) == 0) { in newkeys_to_blob()
2438 if (cipher_authlen(enc->cipher) == 0) { in newkeys_from_blob()
Dsshkey-xmss.c907 authlen = cipher_authlen(cipher); in sshkey_xmss_encrypt_state()
999 authlen = cipher_authlen(cipher); in sshkey_xmss_decrypt_state()
Dkex.c1004 authlen = cipher_authlen(newkeys->enc.cipher); in kex_choose_conf()
Dsshkey.c2835 authlen = cipher_authlen(cipher); in sshkey_private_to_blob2()
3072 authlen = cipher_authlen(cipher); in private2_decrypt()