Lines Matching refs:Cipher
63 typedef struct Cipher Cipher; typedef
66 struct Cipher;
72 const Cipher *cipher;
76 const Cipher *cipher_by_name(const char *);
77 const Cipher *cipher_by_number(int);
82 void cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,
89 void cipher_set_key_string(CipherContext *, const Cipher *, const char *, int);
90 u_int cipher_blocksize(const Cipher *);
91 u_int cipher_keylen(const Cipher *);
92 u_int cipher_seclen(const Cipher *);
93 u_int cipher_authlen(const Cipher *);
94 u_int cipher_ivlen(const Cipher *);
95 u_int cipher_is_cbc(const Cipher *);
97 u_int cipher_get_number(const Cipher *);