Home
last modified time | relevance | path

Searched refs:verify_p3 (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dparams_test.c439 BIGNUM *verify_p3 = NULL; in test_case_variant() local
448 || !TEST_true(BN_hex2bn(&verify_p3, p3_init))) { in test_case_variant()
464 || !TEST_BN_eq(app_p3, verify_p3) /* "provider" value */ in test_case_variant()
502 BN_free(verify_p3); in test_case_variant()
503 verify_p3 = NULL; in test_case_variant()
505 if (!TEST_true(BN_hex2bn(&verify_p3, app_p3_init))) { in test_case_variant()
515 || !TEST_BN_eq(app_p3, verify_p3) /* app value */ in test_case_variant()
530 BN_free(verify_p3); in test_case_variant()
531 verify_p3 = NULL; in test_case_variant()

Completed in 6 milliseconds