Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher.h65 u_int cipher_blocksize(const struct sshcipher *);
H A Dcipher.c144 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize() function
H A Dsshkey.c1684 while (sshbuf_len(prvbuf) % cipher_blocksize(cipher)) { in sshkey_shield_private()
1792 if (k->shielded_len < cipher_blocksize(cipher) || in sshkey_unshield_private()
1793 (k->shielded_len % cipher_blocksize(cipher)) != 0) { in sshkey_unshield_private()
2848 blocksize = cipher_blocksize(cipher); in sshkey_private_to_blob2()
3078 blocksize = cipher_blocksize(cipher); in private2_decrypt()
H A Dssh_namespace.h196 #define cipher_blocksize Fssh_cipher_blocksize macro
H A Dkex.c818 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()