Home
last modified time | relevance | path

Searched refs:IS_ALNUM (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/conf/
Dconf_def.h35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
Dconf_def.c601 while (IS_ALNUM(conf, *e)) in str_copy()
610 while (IS_ALNUM(conf, *e)) in str_copy()