Home
last modified time | relevance | path

Searched refs:TS_CONF_set_serial (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/ts/
Dts_conf.c133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial() function
/third_party/openssl/include/openssl/
Dts.h469 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
/third_party/openssl/ohos_lite/include/openssl/
Dts.h525 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
/third_party/openssl/util/
Dmissingcrypto.txt1011 TS_CONF_set_serial(3)
Dmissingcrypto111.txt1267 TS_CONF_set_serial(3)
Dlibcrypto.num1078 TS_CONF_set_serial 1106 3_0_0 EXIST::FUNCTION:TS
/third_party/openssl/apps/
Dts.c708 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx)) in create_response()