Home
last modified time | relevance | path

Searched refs:dummy_constant_time (Results 1 – 6 of 6) sorted by relevance

/mbedtls-3.6.0/programs/fuzz/
Dcommon.c9 mbedtls_time_t dummy_constant_time(mbedtls_time_t *time) in dummy_constant_time() function
19 mbedtls_platform_set_time(dummy_constant_time); in dummy_init()
Dcommon.h16 mbedtls_time_t dummy_constant_time(mbedtls_time_t *time);
/mbedtls-3.6.0/programs/ssl/
Dssl_test_lib.h108 mbedtls_time_t dummy_constant_time(mbedtls_time_t *time);
Dssl_test_lib.c42 mbedtls_time_t dummy_constant_time(mbedtls_time_t *time) in dummy_constant_time() function
Dssl_client2.c1842 mbedtls_platform_set_time(dummy_constant_time); in main()
Dssl_server2.c2852 mbedtls_platform_set_time(dummy_constant_time); in main()