Searched defs:cipher_t (Results 1 - 1 of 1) sorted by relevance

/external/srtp/crypto/include/
H A Dcipher.h70 * 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 { struct
164 } cipher_t; typedef in typeref:struct:cipher_t
185 cipher_output(cipher_t *
[all...]

Completed in 56 milliseconds