Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher.h65 u_int cipher_blocksize(const struct sshcipher *);
H A Dcipher.c154 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize() function
H A Dsshkey-xmss.c910 blocksize = cipher_blocksize(cipher); in sshkey_xmss_encrypt_state()
1002 blocksize = cipher_blocksize(cipher); in sshkey_xmss_decrypt_state()
H A Dsshkey.c1590 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()
H A Dssh_namespace.h202 #define cipher_blocksize Fssh_cipher_blocksize macro
H A Dkex.c1061 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()