HomeSort by relevance Sort by last modified time
    Searched defs:cipher_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 72 * as cipher_t and cipher_type_t are not yet defined
76 typedef struct cipher_t *cipher_pointer_t;
79 * a cipher_alloc_func_t allocates (but does not initialize) a cipher_t
86 * a cipher_init_func_t [re-]initializes a cipher_t with a given key
93 /* a cipher_dealloc_func_t de-allocates a cipher_t */
97 /* a cipher_set_segment_func_t sets the segment index of a cipher_t */
155 * cipher_t defines an instantiation of a particular cipher, with fixed
159 typedef struct cipher_t { struct
166 } cipher_t; typedef in typeref:struct:cipher_t
187 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output)
    [all...]
  /external/srtp/crypto/include/
cipher.h 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 { struct
164 } cipher_t; typedef in typeref:struct:cipher_t
185 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output)
    [all...]

Completed in 46 milliseconds