Searched refs:cipher_blocksize (Results 1 – 5 of 5) sorted by relevance
65 u_int cipher_blocksize(const struct sshcipher *);
158 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize() function
909 blocksize = cipher_blocksize(cipher); in sshkey_xmss_encrypt_state()1001 blocksize = cipher_blocksize(cipher); in sshkey_xmss_decrypt_state()
2040 while (sshbuf_len(prvbuf) % cipher_blocksize(cipher)) { in sshkey_shield_private()2124 if (k->shielded_len < cipher_blocksize(cipher) || in sshkey_unshield_private()2125 (k->shielded_len % cipher_blocksize(cipher)) != 0) { in sshkey_unshield_private()3860 blocksize = cipher_blocksize(cipher); in sshkey_private_to_blob2()4093 blocksize = cipher_blocksize(cipher); in private2_decrypt()
771 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()