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

/external/srtp/crypto/include/
H A Dauth.h52 typedef struct auth_type_t *auth_type_pointer;
119 /* auth_type_t */
121 typedef struct auth_type_t { struct
132 } auth_type_t; typedef in typeref:struct:auth_type_t
135 auth_type_t *type;
149 auth_type_self_test(const auth_type_t *at);
153 * of instantiations) of the auth_type_t at
157 auth_type_get_ref_count(const auth_type_t *at);
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dauth.h54 typedef struct auth_type_t *auth_type_pointer;
121 /* auth_type_t */
123 typedef struct auth_type_t { struct
135 } auth_type_t; typedef in typeref:struct:auth_type_t
138 auth_type_t *type;
152 auth_type_self_test(const auth_type_t *at);
161 auth_type_test(const auth_type_t *at, const auth_test_case_t *test_data);
165 * of instantiations) of the auth_type_t at
169 auth_type_get_ref_count(const auth_type_t *at);

Completed in 533 milliseconds