Searched refs:SSL_CTX_set_ciphersuites (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/regress/lib/libssl/ciphers/
H A Dcipherstest.c408 if (!SSL_CTX_set_ciphersuites(ctx, cst->ctx_ciphersuites))
409 errx(1, "SSL_CTX_set_ciphersuites");
416 if (!SSL_CTX_set_ciphersuites(ctx, cst->ctx_ciphersuites))
417 errx(1, "SSL_CTX_set_ciphersuites");
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h100 LSSL_USED(SSL_CTX_set_ciphersuites); variable
/openbsd-current/usr.sbin/unbound/daemon/
H A Dunbound.c502 if (!SSL_CTX_set_ciphersuites(daemon->listen_sslctx, cfg->tls_ciphersuites)) {
/openbsd-current/lib/libssl/
H A Dssl_lib.c1651 SSL_CTX_set_ciphersuites(SSL_CTX *ctx, const char *str) function
1663 LSSL_ALIAS(SSL_CTX_set_ciphersuites); variable
H A Dssl.h1103 int SSL_CTX_set_ciphersuites(SSL_CTX *ctx, const char *str);

Completed in 190 milliseconds