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

/external/srtp/crypto/include/
H A Dauth.h53 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 56 milliseconds