Home
last modified time | relevance | path

Searched refs:next_test_case (Results 1 – 5 of 5) sorted by relevance

/external/srtp/crypto/test/
Dsha1_driver.c60 struct hash_test_case_t *next_test_case; member
91 test_case->next_test_case = list_head; in hash_test_case_add()
510 test_case = test_case->next_test_case; in sha1_validate()
/external/srtp/crypto/hash/
Dauth.c166 test_case = test_case->next_test_case; in auth_type_self_test()
/external/srtp/crypto/include/
Dauth.h116 struct auth_test_case_t *next_test_case; /* pointer to next testcase */ member
Dcipher.h134 struct cipher_test_case_t *next_test_case; /* pointer to next testcase */ member
/external/srtp/crypto/cipher/
Dcipher.c256 test_case = test_case->next_test_case; in cipher_type_self_test()