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

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

Completed in 121 milliseconds