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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
authSm.h 89 } auth_t; typedef in typeref:struct:__anon19289
107 TI_STATUS auth_smMsgBuild(auth_t *pCtx,
  /external/srtp/crypto/include/
auth.h 53 typedef struct auth_t *auth_pointer_t;
90 /* functions to get information about a particular auth_t */
93 auth_get_key_length(const struct auth_t *a);
96 auth_get_tag_length(const struct auth_t *a);
99 auth_get_prefix_length(const struct auth_t *a);
134 typedef struct auth_t { struct
140 } auth_t; typedef in typeref:struct:auth_t

Completed in 77 milliseconds