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

  /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);
  /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/hash/
null_auth.c 133 auth_test_case_t
158 (auth_test_case_t *) &null_auth_test_case_0,
auth.c 86 auth_type_test(const auth_type_t *at, const auth_test_case_t *test_data) {
87 const auth_test_case_t *test_case = test_data;
hmac.c 235 auth_test_case_t
264 (auth_test_case_t *) &hmac_test_case_0,
  /external/srtp/crypto/hash/
null_auth.c 133 auth_test_case_t
158 (auth_test_case_t *) &null_auth_test_case_0
hmac.c 235 auth_test_case_t
264 (auth_test_case_t *) &hmac_test_case_0,
auth.c 87 auth_test_case_t *test_case = at->test_data;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
externalhmac.cc 57 static const auth_test_case_t kExternalHmacTestCase0 = {
82 const_cast<auth_test_case_t*>(&kExternalHmacTestCase0),

Completed in 105 milliseconds