Searched refs:IS_ALNUM_PUNCT (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/conf/ | ||
H A D | conf_def.h | 37 #define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT) macro |
H A D | conf_def.c | 944 if (!(IS_ALNUM_PUNCT(conf, *p) in eat_alpha_numeric() |
Completed in 16 milliseconds