Lines Matching refs:Cipher
61 struct Cipher { struct
75 static const struct Cipher ciphers[] = { argument
116 const Cipher *c; in cipher_alg_list()
134 cipher_blocksize(const Cipher *c) in cipher_blocksize()
140 cipher_keylen(const Cipher *c) in cipher_keylen()
146 cipher_seclen(const Cipher *c) in cipher_seclen()
154 cipher_authlen(const Cipher *c) in cipher_authlen()
160 cipher_ivlen(const Cipher *c) in cipher_ivlen()
171 cipher_get_number(const Cipher *c) in cipher_get_number()
177 cipher_is_cbc(const Cipher *c) in cipher_is_cbc()
194 const Cipher *
197 const Cipher *c; in cipher_by_name()
204 const Cipher *
207 const Cipher *c; in cipher_by_number()
218 const Cipher *c;
252 const Cipher *c;
264 const Cipher *c = cipher_by_number(id);
269 cipher_init(CipherContext *cc, const Cipher *cipher,
440 cipher_set_key_string(CipherContext *cc, const Cipher *cipher,
463 const Cipher *c = cc->cipher;
478 const Cipher *c = cc->cipher;
523 const Cipher *c = cc->cipher;
562 const Cipher *c = cc->cipher;
577 const Cipher *c = cc->cipher;