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

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dcipher.h72 * as cipher_t and cipher_type_t are not yet defined
75 typedef struct cipher_type_t *cipher_type_pointer_t;
138 /* cipher_type_t defines the 'metadata' for a particular cipher type */
140 typedef struct cipher_type_t { struct
152 } cipher_type_t; typedef in typeref:struct:cipher_type_t
160 cipher_type_t *type;
203 cipher_type_self_test(const cipher_type_t *ct);
213 cipher_type_test(const cipher_type_t *ct, const cipher_test_case_t *test_data);
/external/srtp/crypto/include/
H A Dcipher.h70 * as cipher_t and cipher_type_t are not yet defined
73 typedef struct cipher_type_t *cipher_type_pointer_t;
137 /* cipher_type_t defines the 'metadata' for a particular cipher type */
139 typedef struct cipher_type_t { struct
150 } cipher_type_t; typedef in typeref:struct:cipher_type_t
158 cipher_type_t *type;
201 cipher_type_self_test(const cipher_type_t *ct);

Completed in 472 milliseconds