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

  /external/srtp/crypto/include/
auth.h 102 * auth_test_case_t is a (list of) key/message/tag values that are
109 typedef struct auth_test_case_t { struct
116 struct auth_test_case_t *next_test_case; /* pointer to next testcase */
117 } auth_test_case_t; typedef in typeref:struct:auth_test_case_t
130 auth_test_case_t *test_data;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
auth.h 104 * auth_test_case_t is a (list of) key/message/tag values that are
111 typedef struct auth_test_case_t { struct
118 struct auth_test_case_t *next_test_case; /* pointer to next testcase */
119 } auth_test_case_t; typedef in typeref:struct:auth_test_case_t
132 auth_test_case_t *test_data;
161 auth_type_test(const auth_type_t *at, const auth_test_case_t *test_data);

Completed in 153 milliseconds