Home
last modified time | relevance | path

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

/openssl/engines/
H A De_dasync.c990 static int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2); in dasync_rsa_ctrl() local
992 if (pctrl == NULL) in dasync_rsa_ctrl()
993 EVP_PKEY_meth_get_ctrl(dasync_rsa_orig, &pctrl, NULL); in dasync_rsa_ctrl()
994 return pctrl(ctx, type, p1, p2); in dasync_rsa_ctrl()
/openssl/crypto/evp/
H A Dpmeth_lib.c2001 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, in EVP_PKEY_meth_get_ctrl()
2007 if (pctrl) in EVP_PKEY_meth_get_ctrl()
2008 *pctrl = pmeth->ctrl; in EVP_PKEY_meth_get_ctrl()
/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod218 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
/openssl/test/
H A Devp_extra_test.c4943 int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2); in custom_pmeth_ctrl() local
4945 EVP_PKEY_meth_get_ctrl(orig_pmeth, &pctrl, NULL); in custom_pmeth_ctrl()
4952 return pctrl(ctx, type, p1, p2); in custom_pmeth_ctrl()
/openssl/include/openssl/
H A Devp.h2178 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2),

Completed in 36 milliseconds