Searched refs:IS_FCOMMENT (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/conf/ | ||
D | conf_def.h | 30 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) macro |
D | conf_def.c | 492 if (IS_FCOMMENT(conf, *p)) { in clear_comments() |