Searched refs:custom_pmeth (Results 1 – 1 of 1) sorted by relevance
2715 static EVP_PKEY_METHOD *custom_pmeth; variable4879 static EVP_PKEY_METHOD *custom_pmeth = NULL; variable5074 EVP_PKEY_meth_set_init(custom_pmeth, custom_pmeth_init); in test_custom_pmeth()5079 if (!TEST_true(EVP_PKEY_meth_add0(custom_pmeth))) in test_custom_pmeth()5125 EVP_PKEY_meth_remove(custom_pmeth); in test_custom_pmeth()5126 EVP_PKEY_meth_free(custom_pmeth); in test_custom_pmeth()5127 custom_pmeth = NULL; in test_custom_pmeth()5987 custom_pmeth = EVP_PKEY_meth_new(0xdefaced, 0); in setup_tests()5988 if (!TEST_ptr(custom_pmeth)) in setup_tests()5990 EVP_PKEY_meth_set_check(custom_pmeth, pkey_custom_check); in setup_tests()[all …]
Completed in 17 milliseconds