OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_type_self_test
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/hash/
auth.c
77
*
auth_type_self_test
() tests an auth function of type ct against
86
auth_type_self_test
(const auth_type_t *at) {
function
/external/srtp/crypto/include/
auth.h
105
* correcness of the implementation. (see the
auth_type_self_test
()
143
*
auth_type_self_test
() tests an auth_type against test cases
149
auth_type_self_test
(const auth_type_t *at);
/external/srtp/crypto/test/
auth_driver.c
123
status =
auth_type_self_test
(&tmmhv2);
/external/srtp/crypto/kernel/
crypto_kernel.c
211
status =
auth_type_self_test
(atype->auth_type);
355
status =
auth_type_self_test
(new_at);
Completed in 65 milliseconds