Searched refs:ctrl_str (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/evp/ |
A D | ctrl_params_translate.c | 188 const char *ctrl_str; member 544 const char *tmp_ctrl_str = ctx->ctrl_str; in default_fixup_args() 545 const char *orig_ctrl_str = ctx->ctrl_str; in default_fixup_args() 2442 } else if (tmpl->ctrl_str != NULL) { in lookup_translation() 2443 const char *ctrl_str = NULL; in lookup_translation() local 2458 if (item->ctrl_str != NULL in lookup_translation() 2459 && strcasecmp(tmpl->ctrl_str, item->ctrl_str) == 0) in lookup_translation() 2460 ctrl_str = tmpl->ctrl_str; in lookup_translation() 2468 tmpl->ctrl_str = ctrl_str; in lookup_translation() 2601 tmpl.ctrl_str = name; in evp_pkey_ctx_ctrl_str_to_param() [all …]
|
A D | pmeth_lib.c | 1377 if (ctx == NULL || ctx->pmeth == NULL || ctx->pmeth->ctrl_str == NULL) { in evp_pkey_ctx_ctrl_str_int() 1386 ret = ctx->pmeth->ctrl_str(ctx, name, value); in evp_pkey_ctx_ctrl_str_int() 1795 int (*ctrl_str) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_ctrl() 1800 pmeth->ctrl_str = ctrl_str; in EVP_PKEY_meth_set_ctrl() 2007 *pctrl_str = pmeth->ctrl_str; in EVP_PKEY_meth_get_ctrl()
|
/openssl-master/doc/man3/ |
A D | EVP_PKEY_meth_new.pod | 120 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-master/include/crypto/ |
A D | evp.h | 171 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); member
|
/openssl-master/include/openssl/ |
A D | evp.h | 2047 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value));
|
Completed in 21 milliseconds