Searched refs:result_nopr (Results 1 – 2 of 2) sorted by relevance
742 static const unsigned char result_nopr[] = variable803 static const unsigned char result_nopr[] = variable883 CHK( mbedtls_ctr_drbg_random( &ctx, buf, sizeof( result_nopr ) ) ); in mbedtls_ctr_drbg_self_test()884 CHK( memcmp( buf, result_nopr, sizeof( result_nopr ) ) ); in mbedtls_ctr_drbg_self_test()
539 static const unsigned char result_nopr[OUTPUT_LEN] = { variable613 CHK( memcmp( buf, result_nopr, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
Completed in 6 milliseconds