Searched refs:pctrl_str (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/engines/ |
H A D | e_dasync.c | 1000 static int (*pctrl_str)(EVP_PKEY_CTX *ctx, const char *type, in dasync_rsa_ctrl_str() local 1003 if (pctrl_str == NULL) in dasync_rsa_ctrl_str() 1004 EVP_PKEY_meth_get_ctrl(dasync_rsa_orig, NULL, &pctrl_str); in dasync_rsa_ctrl_str() 1005 return pctrl_str(ctx, type, value); in dasync_rsa_ctrl_str()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 2020 int (**pctrl_str) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_get_ctrl() 2026 if (pctrl_str) in EVP_PKEY_meth_get_ctrl() 2027 *pctrl_str = pmeth->ctrl_str; in EVP_PKEY_meth_get_ctrl()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_meth_new.pod | 220 int (**pctrl_str) (EVP_PKEY_CTX *ctx,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 2237 int (**pctrl_str) (EVP_PKEY_CTX *ctx, const char *type,
|