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

/external/openssh/
H A Dcipher.h95 u_int cipher_blocksize(const struct sshcipher *);
H A Dcipher.c156 cipher_blocksize(const struct sshcipher *c) function
H A Dkex.c483 enc->block_size = cipher_blocksize(enc->cipher);
H A Dsshkey.c3082 blocksize = cipher_blocksize(cipher);
3305 blocksize = cipher_blocksize(cipher);

Completed in 125 milliseconds