Searched refs:cipher_blocksize (Results 1 – 5 of 5) sorted by relevance
90 u_int cipher_blocksize(const Cipher *);
133 cipher_blocksize(const Cipher *c) in cipher_blocksize() function
120 blocksize = cipher_blocksize(c); in key_private_to_blob2()323 blocksize = cipher_blocksize(c); in key_parse_private2()
175 #define cipher_blocksize ssh_cipher_blocksize macro
365 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()