Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dparams_test.c306 static BIGNUM *app_p3 = NULL; /* "p3" */ variable
323 BN_free(app_p3); in cleanup_app_variables()
324 app_p3 = NULL; in cleanup_app_variables()
336 if (!BN_hex2bn(&app_p3, app_p3_init) in init_app_variables()
337 || (l = BN_bn2nativepad(app_p3, bignumbin, sizeof(bignumbin))) < 0) in init_app_variables()
462 || !TEST_ptr(BN_native2bn(bignumbin, p->return_size, app_p3)) in test_case_variant()
463 || !TEST_BN_eq(app_p3, verify_p3) /* "provider" value */ in test_case_variant()
490 || !TEST_BN_eq(sneakpeek->p3, app_p3) /* app value set */ in test_case_variant()
513 || !TEST_ptr(BN_native2bn(bignumbin, p->return_size, app_p3)) in test_case_variant()
514 || !TEST_BN_eq(app_p3, verify_p3) /* app value */ in test_case_variant()