Home
last modified time | relevance | path

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

/third_party/openssl/crypto/conf/
Dconf_def.h33 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) macro
Dconf_def.c887 return IS_NUMBER(conf, c); in def_is_number()