Searched refs:SSL_CTX_dane_enable (Results 1 – 6 of 6) sorted by relevance
5 SSL_CTX_dane_enable, SSL_CTX_dane_mtype_set, SSL_dane_enable,16 int SSL_CTX_dane_enable(SSL_CTX *ctx);36 SSL_CTX_dane_enable() must be called first to initialize the shared state164 The functions SSL_CTX_dane_enable(), SSL_CTX_dane_mtype_set(),205 if (SSL_CTX_dane_enable(ctx) <= 0)
395 || !TEST_int_gt(SSL_CTX_dane_enable(ctx), 0) in run_tlsatest()
288 SSL_CTX_dane_enable 289 1_1_0 EXIST::FUNCTION:
1739 __owur int SSL_CTX_dane_enable(SSL_CTX *ctx);
1969 if (SSL_CTX_dane_enable(ctx) <= 0) { in s_client_main()
987 int SSL_CTX_dane_enable(SSL_CTX *ctx) in SSL_CTX_dane_enable() function