Searched refs:pctrl_str (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_dasync.c | 1004 static int (*pctrl_str)(EVP_PKEY_CTX *ctx, const char *type, in dasync_rsa_ctrl_str() local 1007 if (pctrl_str == NULL) in dasync_rsa_ctrl_str() 1008 EVP_PKEY_meth_get_ctrl(dasync_rsa_orig, NULL, &pctrl_str); in dasync_rsa_ctrl_str() 1009 return pctrl_str(ctx, type, value); in dasync_rsa_ctrl_str()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | pmeth_lib.c | 842 int (**pctrl_str) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_get_ctrl() 848 if (pctrl_str) in EVP_PKEY_meth_get_ctrl() 849 *pctrl_str = pmeth->ctrl_str; in EVP_PKEY_meth_get_ctrl()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_PKEY_meth_new.pod | 216 int (**pctrl_str) (EVP_PKEY_CTX *ctx,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | evp.h | 1630 int (**pctrl_str) (EVP_PKEY_CTX *ctx,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | evp.h | 2119 int (**pctrl_str) (EVP_PKEY_CTX *ctx, const char *type,
|