Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dcipher.h69 u_int cipher_ivlen(const struct sshcipher *);
H A Dcipher.c174 cipher_ivlen(const struct sshcipher *c) in cipher_ivlen() function
259 (iv != NULL && ivlen < cipher_ivlen(cipher))) { in cipher_init()
H A Dsshkey-xmss.c275 ivlen = cipher_ivlen(cipher); in sshkey_xmss_init_enc_key()
906 ivlen = cipher_ivlen(cipher); in sshkey_xmss_encrypt_state()
998 ivlen = cipher_ivlen(cipher); in sshkey_xmss_decrypt_state()
H A Dsshkey.c1620 if (cipher_keylen(cipher) + cipher_ivlen(cipher) > in sshkey_shield_private()
1640 keyiv + cipher_keylen(cipher), cipher_ivlen(cipher), 1)) != 0) in sshkey_shield_private()
1757 if (cipher_keylen(cipher) + cipher_ivlen(cipher) > in sshkey_unshield_private()
1775 keyiv + cipher_keylen(cipher), cipher_ivlen(cipher), 0)) != 0) in sshkey_unshield_private()
2834 ivlen = cipher_ivlen(cipher); in sshkey_private_to_blob2()
3071 ivlen = cipher_ivlen(cipher); in private2_decrypt()
H A Dkex.c803 enc->iv_len = cipher_ivlen(enc->cipher); in choose_enc()