Home | History | Annotate | Download | only in include

Lines Matching refs:cipher_t

70  * as cipher_t and cipher_type_t are not yet defined
74 typedef struct cipher_t *cipher_pointer_t;
77 * a cipher_alloc_func_t allocates (but does not initialize) a cipher_t
84 * a cipher_init_func_t [re-]initializes a cipher_t with a given key
91 /* a cipher_dealloc_func_t de-allocates a cipher_t */
95 /* a cipher_set_segment_func_t sets the segment index of a cipher_t */
153 * cipher_t defines an instantiation of a particular cipher, with fixed
157 typedef struct cipher_t {
164 } cipher_t;
185 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
191 cipher_get_key_length(const cipher_t *c);
216 cipher_bits_per_second(cipher_t *c, int octets_in_buffer, int num_trials);