Searched refs:OUTPUT_LEN (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | hmac_drbg.c | 510 #define OUTPUT_LEN 80 macro 520 static const unsigned char result_pr[OUTPUT_LEN] = { 537 static const unsigned char result_nopr[OUTPUT_LEN] = { 571 unsigned char buf[OUTPUT_LEN]; in mbedtls_hmac_drbg_self_test() 588 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test() 589 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test() 590 CHK(memcmp(buf, result_pr, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test() 613 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test() 614 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test() 615 CHK(memcmp(buf, result_nopr, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test()
|