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

/freebsd-10.1-release/crypto/openssh/
H A Dcipher.h90 u_int cipher_blocksize(const Cipher *);
H A Dcipher.c134 cipher_blocksize(const Cipher *c) function
H A Dkex.c371 enc->block_size = cipher_blocksize(enc->cipher);
H A Dssh_namespace.h175 #define cipher_blocksize ssh_cipher_blocksize macro
H A Dauthfile.c120 blocksize = cipher_blocksize(c);
323 blocksize = cipher_blocksize(c);

Completed in 60 milliseconds