OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_test_case_t
(Results
1 - 5
of
5
) 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/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/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 44 milliseconds