Searched refs:custom_pmeth (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 3312 static EVP_PKEY_METHOD *custom_pmeth; variable 5476 static EVP_PKEY_METHOD *custom_pmeth = NULL; variable 5660 || !TEST_ptr(custom_pmeth = EVP_PKEY_meth_new(id, orig_flags))) in test_custom_pmeth() 5664 EVP_PKEY_meth_set_digestsign(custom_pmeth, custom_pmeth_digestsign); in test_custom_pmeth() 5667 EVP_PKEY_meth_set_derive(custom_pmeth, NULL, custom_pmeth_derive); in test_custom_pmeth() 5669 EVP_PKEY_meth_set_sign(custom_pmeth, NULL, custom_pmeth_sign); in test_custom_pmeth() 5672 EVP_PKEY_meth_set_init(custom_pmeth, custom_pmeth_init); in test_custom_pmeth() 5673 EVP_PKEY_meth_set_cleanup(custom_pmeth, custom_pmeth_cleanup); in test_custom_pmeth() 5674 EVP_PKEY_meth_set_copy(custom_pmeth, custom_pmeth_copy); in test_custom_pmeth() 5676 EVP_PKEY_meth_set_ctrl(custom_pmeth, custom_pmeth_ctrl, NULL); in test_custom_pmeth() [all …]
|