Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h85 u_int cipher_blocksize(const struct sshcipher *);
Dcipher.c173 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize() function
Dkex.c667 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()
Dsshkey.c3075 blocksize = cipher_blocksize(cipher); in sshkey_private_to_blob2()
3297 blocksize = cipher_blocksize(cipher); in sshkey_parse_private2()