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()
1698 while (sshbuf_len(prvbuf) % cipher_blocksize(cipher)) { in sshkey_shield_private()1806 if (k->shielded_len < cipher_blocksize(cipher) || in sshkey_unshield_private()1807 (k->shielded_len % cipher_blocksize(cipher)) != 0) { in sshkey_unshield_private()2888 blocksize = cipher_blocksize(cipher); in sshkey_private_to_blob2()3119 blocksize = cipher_blocksize(cipher); in private2_decrypt()
200 #define cipher_blocksize Fssh_cipher_blocksize macro
813 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()