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

  /external/bluetooth/bluez/src/
device.h 36 } auth_type_t; typedef in typeref:enum:__anon2273
88 int device_request_authentication(struct btd_device *device, auth_type_t type,
  /external/srtp/crypto/include/
auth.h 52 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 162 milliseconds