Searched refs:result_nopr (Results 1 – 2 of 2) sorted by relevance
729 static const unsigned char result_nopr[] = variable790 static const unsigned char result_nopr[] = variable870 CHK( mbedtls_ctr_drbg_random( &ctx, buf, sizeof( result_nopr ) ) ); in mbedtls_ctr_drbg_self_test()871 CHK( memcmp( buf, result_nopr, sizeof( result_nopr ) ) ); in mbedtls_ctr_drbg_self_test()
530 static const unsigned char result_nopr[OUTPUT_LEN] = { variable604 CHK( memcmp( buf, result_nopr, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
Completed in 5 milliseconds