Home
last modified time | relevance | path

Searched refs:bld_tri_nc (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dendecode_test.c64 static OSSL_PARAM_BLD *bld_tri_nc = NULL; variable
1343 || !TEST_ptr(bld_tri_nc = OSSL_PARAM_BLD_new()) in setup_tests()
1345 || !create_ec_explicit_trinomial_params_namedcurve(bld_tri_nc) in setup_tests()
1347 || !TEST_ptr(ec_explicit_tri_params_nc = OSSL_PARAM_BLD_to_param(bld_tri_nc)) in setup_tests()
1456 OSSL_PARAM_BLD_free(bld_tri_nc); in cleanup_tests()

Completed in 3 milliseconds