Lines Matching defs:OUTPUT_LEN
510 #define OUTPUT_LEN 80
520 static const unsigned char result_pr[OUTPUT_LEN] = {
537 static const unsigned char result_nopr[OUTPUT_LEN] = {
571 unsigned char buf[OUTPUT_LEN];
588 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN));
589 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN));
590 CHK(memcmp(buf, result_pr, OUTPUT_LEN));
613 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN));
614 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN));
615 CHK(memcmp(buf, result_nopr, OUTPUT_LEN));