Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.c176 cipher_authlen(const struct sshcipher *c) in cipher_authlen() function
339 if (cipher_authlen(cipher) && in cipher_init()
415 if (authlen != cipher_authlen(cc->cipher)) in cipher_crypt()
567 if (cipher_authlen(c)) { in cipher_get_keyiv()
606 if (cipher_authlen(c)) { in cipher_set_keyiv()
Dcipher.h95 u_int cipher_authlen(const struct sshcipher *);
Dpacket.c969 if (cipher_authlen(enc->cipher) == 0) { in ssh_set_newkeys()
1074 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_send2_wrapped()
1564 if ((authlen = cipher_authlen(enc->cipher)) != 0) in ssh_packet_read_poll2()
2421 if (cipher_authlen(enc->cipher) == 0) { in newkeys_to_blob()
2536 if (cipher_authlen(enc->cipher) == 0) { in newkeys_from_blob()
Dkex.c698 authlen = cipher_authlen(newkeys->enc.cipher); in kex_choose_conf()
Dsshkey.c3032 authlen = cipher_authlen(cipher); in sshkey_private_to_blob2()
3261 authlen = cipher_authlen(cipher); in sshkey_parse_private2()