Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dcipher.h62 u_int cipher_blocksize(const struct sshcipher *);
H A Dcipher.c144 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize() function
H A Dsshkey-xmss.c853 blocksize = cipher_blocksize(cipher); in sshkey_xmss_encrypt_state()
945 blocksize = cipher_blocksize(cipher); in sshkey_xmss_decrypt_state()
H A Dssh_namespace.h166 #define cipher_blocksize Fssh_cipher_blocksize macro
H A Dkex.c715 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()
H A Dsshkey.c3386 blocksize = cipher_blocksize(cipher); in sshkey_private_to_blob2()
3609 blocksize = cipher_blocksize(cipher); in sshkey_parse_private2()