Home
last modified time | relevance | path

Searched refs:ctx_set_ctlog_list_file (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/apps/include/
Dapps.h168 __owur int ctx_set_ctlog_list_file(SSL_CTX *ctx, const char *path);
/third_party/openssl/apps/
Ds_client.c1883 if (!ctx_set_ctlog_list_file(ctx, ctlog_file)) { in s_client_main()
/third_party/openssl/apps/lib/
Dapps.c175 int ctx_set_ctlog_list_file(SSL_CTX *ctx, const char *path) in ctx_set_ctlog_list_file() function