Searched refs:ctrl_hexstr (Results 1 – 1 of 1) sorted by relevance
261 const char *ctrl_hexstr; /* The alternative "hex{str}" ctrl string */ member2635 const char *ctrl_hexstr = NULL; in lookup_translation() local2652 else if (item->ctrl_hexstr != NULL in lookup_translation()2653 && OPENSSL_strcasecmp(tmpl->ctrl_hexstr, in lookup_translation()2654 item->ctrl_hexstr) == 0) in lookup_translation()2655 ctrl_hexstr = tmpl->ctrl_hexstr; in lookup_translation()2661 tmpl->ctrl_hexstr = ctrl_hexstr; in lookup_translation()2795 tmpl.ctrl_hexstr = name; in evp_pkey_ctx_ctrl_str_to_param()2802 ctx.ishex = (tmpl.ctrl_hexstr != NULL); in evp_pkey_ctx_ctrl_str_to_param()