Lines Matching refs:Cipher
64 struct Cipher { struct
96 cipher_blocksize(Cipher *c) in cipher_blocksize()
102 cipher_keylen(Cipher *c) in cipher_keylen()
108 cipher_get_number(Cipher *c) in cipher_get_number()
125 Cipher *
128 Cipher *c; in cipher_by_name()
135 Cipher *
138 Cipher *c; in cipher_by_number()
149 Cipher *c; in ciphers_valid()
180 Cipher *c; in cipher_number()
190 Cipher *c = cipher_by_number(id); in cipher_name()
195 cipher_init(CipherContext *cc, Cipher *cipher, in cipher_init()
281 cipher_set_key_string(CipherContext *cc, Cipher *cipher, in cipher_set_key_string()
459 Cipher *c = cc->cipher; in cipher_get_keyiv_len()
472 Cipher *c = cc->cipher; in cipher_get_keyiv()
516 Cipher *c = cc->cipher; in cipher_set_keyiv()
564 Cipher *c = cc->cipher; in cipher_get_keycontext()
578 Cipher *c = cc->cipher; in cipher_set_keycontext()