Searched refs:ctrl_hexstr (Results 1 – 1 of 1) sorted by relevance
263 const char *ctrl_hexstr; /* The alternative "hex{str}" ctrl string */ member2444 const char *ctrl_hexstr = NULL; in lookup_translation() local2461 else if (item->ctrl_hexstr != NULL in lookup_translation()2462 && strcasecmp(tmpl->ctrl_hexstr, item->ctrl_hexstr) == 0) in lookup_translation()2463 ctrl_hexstr = tmpl->ctrl_hexstr; in lookup_translation()2469 tmpl->ctrl_hexstr = ctrl_hexstr; in lookup_translation()2602 tmpl.ctrl_hexstr = name; in evp_pkey_ctx_ctrl_str_to_param()2609 ctx.ishex = (tmpl.ctrl_hexstr != NULL); in evp_pkey_ctx_ctrl_str_to_param()
Completed in 7 milliseconds