Searched refs:IS_NUMBER (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/conf/ | ||
D | conf_def.h | 33 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) macro |
D | conf_def.c | 887 return IS_NUMBER(conf, c); in def_is_number() |