Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dcipher.h89 u_int cipher_blocksize(Cipher *);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c96 cipher_blocksize(Cipher *c) in cipher_blocksize() function
H A Dkex.c369 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()