Searched refs:test_offset (Results 1 – 8 of 8) sorted by relevance
67 static int test_offset(int idx) in test_offset() function111 ADD_ALL_TESTS(test_offset, OSSL_NELEM(tests)); in setup_tests()
560 static size_t test_offset; variable565 memcpy(buf, p + test_offset, len); in hmac_drbg_self_test_entropy()566 test_offset += len; in hmac_drbg_self_test_entropy()595 test_offset = 0; in mbedtls_hmac_drbg_self_test()620 test_offset = 0; in mbedtls_hmac_drbg_self_test()
804 static size_t test_offset; variable809 memcpy(buf, p + test_offset, len); in ctr_drbg_self_test_entropy()810 test_offset += len; in ctr_drbg_self_test_entropy()840 test_offset = 0; in mbedtls_ctr_drbg_self_test()867 test_offset = 0; in mbedtls_ctr_drbg_self_test()
92 static void test_offset() in test_offset() function120 test_offset(); in main()
781 GST_START_TEST (test_offset) in GST_START_TEST() argument1474 tcase_add_test (tc_chain, test_offset); in gst_adapter_suite()
322 def test_offset(self): member in StrptimeTests
489 def test_offset (self): member in MmapTests