Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dcipher.h92 u_int cipher_blocksize(const struct sshcipher *);
Dcipher.c160 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize() function
Dkex.c647 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()
Dssh_namespace.h227 #define cipher_blocksize Fssh_cipher_blocksize macro
Dsshkey.c3061 blocksize = cipher_blocksize(cipher); in sshkey_private_to_blob2()
3284 blocksize = cipher_blocksize(cipher); in sshkey_parse_private2()