Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.c178 cipher_authlen(const struct sshcipher *c) in cipher_authlen() function
304 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()
Dcipher.h68 u_int cipher_authlen(const struct sshcipher *);
Dpacket.c913 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()
Dsshkey-xmss.c912 authlen = cipher_authlen(cipher); in sshkey_xmss_encrypt_state()
1004 authlen = cipher_authlen(cipher); in sshkey_xmss_decrypt_state()
Dkex.c946 authlen = cipher_authlen(newkeys->enc.cipher); in kex_choose_conf()
Dsshkey.c3863 authlen = cipher_authlen(cipher); in sshkey_private_to_blob2()
4102 authlen = cipher_authlen(cipher); in private2_decrypt()