Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dctrl_params_translate.c186 const char *ctrl_str; member
540 const char *tmp_ctrl_str = ctx->ctrl_str; in default_fixup_args()
541 const char *orig_ctrl_str = ctx->ctrl_str; in default_fixup_args()
2630 } else if (tmpl->ctrl_str != NULL) { in lookup_translation()
2631 const char *ctrl_str = NULL; in lookup_translation() local
2646 if (item->ctrl_str != NULL in lookup_translation()
2647 && OPENSSL_strcasecmp(tmpl->ctrl_str, item->ctrl_str) == 0) in lookup_translation()
2648 ctrl_str = tmpl->ctrl_str; in lookup_translation()
2657 tmpl->ctrl_str = ctrl_str; in lookup_translation()
2791 tmpl.ctrl_str = name; in evp_pkey_ctx_ctrl_str_to_param()
[all …]
H A Dpmeth_lib.c1384 if (ctx == NULL || ctx->pmeth == NULL || ctx->pmeth->ctrl_str == NULL) { in evp_pkey_ctx_ctrl_str_int()
1393 ret = ctx->pmeth->ctrl_str(ctx, name, value); in evp_pkey_ctx_ctrl_str_int()
1798 int (*ctrl_str) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_ctrl()
1803 pmeth->ctrl_str = ctrl_str; in EVP_PKEY_meth_set_ctrl()
2010 *pctrl_str = pmeth->ctrl_str; in EVP_PKEY_meth_get_ctrl()
/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod120 int (*ctrl_str) (EVP_PKEY_CTX *ctx,
356 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value);
358 The ctrl() and ctrl_str() methods are used to adjust algorithm-specific
/openssl/include/crypto/
H A Devp.h181 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); member
/openssl/include/openssl/
H A Devp.h2109 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value));

Completed in 30 milliseconds