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()
540 static size_t test_offset; variable545 memcpy( buf, p + test_offset, len ); in hmac_drbg_self_test_entropy()546 test_offset += len; in hmac_drbg_self_test_entropy()574 test_offset = 0; in mbedtls_hmac_drbg_self_test()597 test_offset = 0; in mbedtls_hmac_drbg_self_test()
801 static size_t test_offset; variable806 memcpy( buf, p + test_offset, len ); in ctr_drbg_self_test_entropy()807 test_offset += len; in ctr_drbg_self_test_entropy()836 test_offset = 0; in mbedtls_ctr_drbg_self_test()861 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