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 - 4
of
4
) 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/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;
Completed in 31 milliseconds