Searched refs:cipher_blocksize (Results 1 – 6 of 6) sorted by relevance
65 u_int cipher_blocksize(const struct sshcipher *);
154 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize() function
910 blocksize = cipher_blocksize(cipher); in sshkey_xmss_encrypt_state()1002 blocksize = cipher_blocksize(cipher); in sshkey_xmss_decrypt_state()
1590 while (sshbuf_len(prvbuf) % cipher_blocksize(cipher)) { in sshkey_shield_private()1698 if (k->shielded_len < cipher_blocksize(cipher) || in sshkey_unshield_private()1699 (k->shielded_len % cipher_blocksize(cipher)) != 0) { in sshkey_unshield_private()2780 blocksize = cipher_blocksize(cipher); in sshkey_private_to_blob2()3011 blocksize = cipher_blocksize(cipher); in private2_decrypt()
202 #define cipher_blocksize Fssh_cipher_blocksize macro
1061 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()