Home
last modified time | relevance | path

Searched refs:pctrl_str (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssl/engines/
H A De_dasync.c984 static int (*pctrl_str)(EVP_PKEY_CTX *ctx, const char *type, in dasync_rsa_ctrl_str() local
987 if (pctrl_str == NULL) in dasync_rsa_ctrl_str()
988 EVP_PKEY_meth_get_ctrl(dasync_rsa_orig, NULL, &pctrl_str); in dasync_rsa_ctrl_str()
989 return pctrl_str(ctx, type, value); in dasync_rsa_ctrl_str()
/src/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c2006 int (**pctrl_str)(EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_get_ctrl()
2012 if (pctrl_str) in EVP_PKEY_meth_get_ctrl()
2013 *pctrl_str = pmeth->ctrl_str; in EVP_PKEY_meth_get_ctrl()
/src/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod220 int (**pctrl_str) (EVP_PKEY_CTX *ctx,
/src/crypto/openssl/include/openssl/
H A Devp.h2188 int (**pctrl_str)(EVP_PKEY_CTX *ctx, const char *type,