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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.h249 extern int pk11_engine_pkey_methods(ENGINE *e, EVP_PKEY_METHOD **pmeth,
H A De_pk11_pub.c3251 pk11_engine_pkey_methods(ENGINE *e, EVP_PKEY_METHOD **pmeth, const int **nids, argument
3254 if (pmeth == NULL)
3263 *pmeth = (EVP_PKEY_METHOD *)EVP_PKEY_meth_find(nid);
3268 *pmeth = NULL;

Completed in 27 milliseconds