Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dcipher.h69 u_int cipher_ivlen(const struct sshcipher *);
H A Dcipher.c180 cipher_ivlen(const struct sshcipher *c) in cipher_ivlen() function
265 (iv != NULL && ivlen < cipher_ivlen(cipher))) { in cipher_init()
H A Dsshkey-xmss.c281 ivlen = cipher_ivlen(cipher); in sshkey_xmss_init_enc_key()
912 ivlen = cipher_ivlen(cipher); in sshkey_xmss_encrypt_state()
1004 ivlen = cipher_ivlen(cipher); in sshkey_xmss_decrypt_state()
H A Dsshkey.c1660 if (cipher_keylen(cipher) + cipher_ivlen(cipher) > in sshkey_shield_private()
1680 keyiv + cipher_keylen(cipher), cipher_ivlen(cipher), 1)) != 0) in sshkey_shield_private()
1797 if (cipher_keylen(cipher) + cipher_ivlen(cipher) > in sshkey_unshield_private()
1815 keyiv + cipher_keylen(cipher), cipher_ivlen(cipher), 0)) != 0) in sshkey_unshield_private()
2874 ivlen = cipher_ivlen(cipher); in sshkey_private_to_blob2()
3111 ivlen = cipher_ivlen(cipher); in private2_decrypt()
H A Dssh_namespace.h201 #define cipher_ivlen Fssh_cipher_ivlen macro
H A Dkex.c810 enc->iv_len = cipher_ivlen(enc->cipher); in choose_enc()