Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dhmac_drbg.c501 static size_t test_offset; variable
506 memcpy( buf, p + test_offset, len ); in hmac_drbg_self_test_entropy()
507 test_offset += len; in hmac_drbg_self_test_entropy()
535 test_offset = 0; in mbedtls_hmac_drbg_self_test()
558 test_offset = 0; in mbedtls_hmac_drbg_self_test()
A Dctr_drbg.c647 static size_t test_offset; variable
652 memcpy( buf, p + test_offset, len ); in ctr_drbg_self_test_entropy()
653 test_offset += len; in ctr_drbg_self_test_entropy()
680 test_offset = 0; in mbedtls_ctr_drbg_self_test()
701 test_offset = 0; in mbedtls_ctr_drbg_self_test()

Completed in 177 milliseconds