Searched defs:Cipher (Results 1 – 2 of 2) sorted by relevance
64 struct Cipher { struct65 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);
68 typedef struct Cipher Cipher; typedef