Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dcipher.h90 u_int cipher_keylen(Cipher *);
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c102 cipher_keylen(Cipher *c) in cipher_keylen() function
H A Dkex.c368 enc->key_len = cipher_keylen(enc->cipher); in choose_enc()