Searched refs:pctrl (Results 1 – 5 of 5) sorted by relevance
/openssl-master/engines/ |
A D | e_dasync.c | 927 static int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2); in dasync_rsa_ctrl() local 929 if (pctrl == NULL) in dasync_rsa_ctrl() 930 EVP_PKEY_meth_get_ctrl(dasync_rsa_orig, &pctrl, NULL); in dasync_rsa_ctrl() 931 return pctrl(ctx, type, p1, p2); in dasync_rsa_ctrl()
|
/openssl-master/crypto/evp/ |
A D | pmeth_lib.c | 1998 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, in EVP_PKEY_meth_get_ctrl() 2004 if (pctrl) in EVP_PKEY_meth_get_ctrl() 2005 *pctrl = pmeth->ctrl; in EVP_PKEY_meth_get_ctrl()
|
/openssl-master/test/ |
A D | evp_extra_test.c | 3857 int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2); in custom_pmeth_ctrl() local 3859 EVP_PKEY_meth_get_ctrl(orig_pmeth, &pctrl, NULL); in custom_pmeth_ctrl() 3866 return pctrl(ctx, type, p1, p2); in custom_pmeth_ctrl()
|
/openssl-master/doc/man3/ |
A D | EVP_PKEY_meth_new.pod | 218 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
|
/openssl-master/include/openssl/ |
A D | evp.h | 2116 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2),
|
Completed in 31 milliseconds