Searched refs:verify_p3 (Results 1 – 1 of 1) sorted by relevance
438 BIGNUM *verify_p3 = NULL; in test_case_variant() local447 || !TEST_true(BN_hex2bn(&verify_p3, p3_init))) { in test_case_variant()463 || !TEST_BN_eq(app_p3, verify_p3) /* "provider" value */ in test_case_variant()501 BN_free(verify_p3); in test_case_variant()502 verify_p3 = NULL; in test_case_variant()504 if (!TEST_true(BN_hex2bn(&verify_p3, app_p3_init))) { in test_case_variant()514 || !TEST_BN_eq(app_p3, verify_p3) /* app value */ in test_case_variant()529 BN_free(verify_p3); in test_case_variant()530 verify_p3 = NULL; in test_case_variant()
Completed in 3 milliseconds