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

/external/bluetooth/bluez/src/
H A Ddevice.h36 } auth_type_t; typedef in typeref:enum:__anon399
88 int device_request_authentication(struct btd_device *device, auth_type_t type,
/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);

Completed in 742 milliseconds