Searched refs:crypto_test_t (Results 1 – 1 of 1) sorted by relevance
119 typedef struct crypto_test crypto_test_t; typedef121 crypto_test_t *next; /* ptr to next test */198 static crypto_test_t *201 crypto_test_t *tests = NULL, *tail = NULL; in load_tests()226 crypto_test_t *test = NULL; in load_tests()288 test = calloc(1, sizeof (crypto_test_t)); in load_tests()800 test_result(const crypto_test_t *test, int encrypt_rv, uint8_t *encrypt_buf, in test_result()938 run_tests(const char *alginfo, const crypto_test_t *tests, in run_tests()958 for (const crypto_test_t *test = tests; test != NULL; in run_tests()995 crypto_test_t *tests;[all …]