Searched refs:app_p3 (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | params_test.c | 307 static BIGNUM *app_p3 = NULL; /* "p3" */ variable 324 BN_free(app_p3); in cleanup_app_variables() 325 app_p3 = NULL; in cleanup_app_variables() 337 if (!BN_hex2bn(&app_p3, app_p3_init) in init_app_variables() 338 || (l = BN_bn2nativepad(app_p3, bignumbin, sizeof(bignumbin))) < 0) in init_app_variables() 463 || !TEST_ptr(BN_native2bn(bignumbin, p->return_size, app_p3)) in test_case_variant() 464 || !TEST_BN_eq(app_p3, verify_p3) /* "provider" value */ in test_case_variant() 491 || !TEST_BN_eq(sneakpeek->p3, app_p3) /* app value set */ in test_case_variant() 514 || !TEST_ptr(BN_native2bn(bignumbin, p->return_size, app_p3)) in test_case_variant() 515 || !TEST_BN_eq(app_p3, verify_p3) /* app value */ in test_case_variant()
|