Lines Matching defs:ctrl_str
98 * translating the ctrl_str data to an
180 * For ctrl_str to params translation, the actual ctrl command string
183 * and indicator whether it matched |ctrl_str| or |ctrl_hexstr| in the
186 const char *ctrl_str;
244 * |ctrl_num|, |ctrl_str|, |ctrl_hexstr| and |param_key| are lookup
256 * to |ctrl_str|. That will signal to default_fixup_args() that the
260 const char *ctrl_str; /* The corresponding ctrl string */
309 * For ctrl_str to params translation, we allow direct use of
310 * OSSL_PARAM keys as ctrl_str keys. Therefore, it's possible that
534 * PRE_CTRL_STR_TO_PARAMS and POST_CTRL_STR_TO_PARAMS handle ctrl_str to
537 * there's no support for getting data via ctrl_str calls.
541 /* This is ctrl_str to params translation */
542 const char *tmp_ctrl_str = ctx->ctrl_str;
543 const char *orig_ctrl_str = ctx->ctrl_str;
561 tmp_ctrl_str = ctx->ctrl_str = translation->param_key;
1502 * a post-ctrl GET fixup. They all get NULL ctx, ctrl_cmd, ctrl_str,
2227 * expressed as keywords (strings) with ctrl_str. The corresponding
2247 * The "rsa_oaep_label" ctrl_str expects the value to always be hex.
2249 * expectation for any translation item where |ctrl_str| is NULL and
2544 * ctrl->params, ctrl_str->params, and params->ctrl
2549 } else if (tmpl->ctrl_str != NULL) {
2550 const char *ctrl_str = NULL;
2554 * Search criteria that originates from a ctrl_str is only used
2565 if (item->ctrl_str != NULL
2566 && OPENSSL_strcasecmp(tmpl->ctrl_str, item->ctrl_str) == 0)
2567 ctrl_str = tmpl->ctrl_str;
2576 tmpl->ctrl_str = ctrl_str;
2710 tmpl.ctrl_str = name;
2723 ctx.ctrl_str = name;