Home
last modified time | relevance | path

Searched refs:test_offset (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhmac_drbg.c549 static size_t test_offset; variable
554 memcpy( buf, p + test_offset, len ); in hmac_drbg_self_test_entropy()
555 test_offset += len; in hmac_drbg_self_test_entropy()
583 test_offset = 0; in mbedtls_hmac_drbg_self_test()
606 test_offset = 0; in mbedtls_hmac_drbg_self_test()
A Dctr_drbg.c814 static size_t test_offset; variable
819 memcpy( buf, p + test_offset, len ); in ctr_drbg_self_test_entropy()
820 test_offset += len; in ctr_drbg_self_test_entropy()
849 test_offset = 0; in mbedtls_ctr_drbg_self_test()
874 test_offset = 0; in mbedtls_ctr_drbg_self_test()

Completed in 5 milliseconds