Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcipher.h90 u_int cipher_blocksize(const Cipher *);
HDcipher.c133 cipher_blocksize(const Cipher *c) in cipher_blocksize() function
HDauthfile.c120 blocksize = cipher_blocksize(c); in key_private_to_blob2()
323 blocksize = cipher_blocksize(c); in key_parse_private2()
HDssh_namespace.h175 #define cipher_blocksize ssh_cipher_blocksize macro
HDkex.c365 enc->block_size = cipher_blocksize(enc->cipher); in choose_enc()