Searched defs:Cipher (Results 1 – 5 of 5) sorted by relevance
60 struct Cipher { struct61 char *name;62 int number; /* for ssh1 only */63 u_int block_size;64 u_int key_len;65 u_int discard_len;66 u_int cbc_mode;67 const EVP_CIPHER *(*evptype)(void);
61 typedef struct Cipher Cipher; typedef
13 function Cipher(input, w) { // main Cipher function [§5.1] class