Home
last modified time | relevance | path

Searched defs:Cipher (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c64 struct Cipher { struct
65 char *name;
66 int number; /* for ssh1 only */
67 u_int block_size;
68 u_int key_len;
69 u_int discard_len;
70 const EVP_CIPHER *(*evptype)(void);
/titanic_50/usr/src/cmd/ssh/include/
H A Dcipher.h68 typedef struct Cipher Cipher; typedef