Lines Matching defs:ishex
27 const OSSL_PARAM **paramdef, int *ishex,
35 * ishex is used to translate legacy style string controls in hex format
38 *ishex = strncmp(key, "hex", 3) == 0;
40 if (*ishex)
52 if (*ishex)
113 if (*ishex) {
120 if (*ishex) {
132 const char *value, size_t value_n, int ishex,
177 if (ishex) {
203 int ishex = 0;
213 ¶mdef, &ishex, &buf_n, &tmpbn, found))
221 ok = construct_from_text(to, paramdef, value, value_n, ishex,