Searched defs:ishex (Results 1 – 7 of 7) sorted by relevance
27 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text()138 const char *value, size_t value_n, int ishex, in construct_from_text()209 int ishex = 0; in OSSL_PARAM_allocate_from_text() local
98 #define ishex(c) (ISXDIGIT(c)) in v_increment() macro
29 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \ macro
1000 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
866 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
198 int isneg, ishex; in s2i_ASN1_INTEGER() local
187 int ishex; member