Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ts/
H A Dts_conf.c76 #define ENV_SERIAL "serial" macro
195 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial()
198 TS_CONF_lookup_fail(section, ENV_SERIAL); in TS_CONF_set_serial()
/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c93 #define ENV_SERIAL "serial" macro
1096 ENV_SERIAL)) == NULL) { in ca_main()
1097 lookup_fail(ca_config.section, ENV_SERIAL); in ca_main()