Home
last modified time | relevance | path

Searched refs:SSL_CTX_get0_implemented_groups (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod9 SSL_get1_curves, SSL_get_shared_curve, SSL_CTX_get0_implemented_groups
36 int SSL_CTX_get0_implemented_groups(SSL_CTX *ctx, int all,
217 SSL_CTX_get0_implemented_groups() populates a stack with the names of TLS
247 SSL_set1_groups_list(), and SSL_CTX_get0_implemented_groups() return 1 for
346 B<SSL_CTX_get0_implemented_groups> was first implemented in OpenSSL 3.5.
/freebsd/crypto/openssl/util/
H A Dother.syms549 SSL_CTX_get0_implemented_groups define
/freebsd/crypto/openssl/apps/
H A Dlist.c865 if (!SSL_CTX_get0_implemented_groups(ctx, all, groups)) { in list_tls_groups()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1497 # define SSL_CTX_get0_implemented_groups(ctx, all, out) \ macro
H A Dssl.h.in1450 # define SSL_CTX_get0_implemented_groups(ctx, all, out) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4090 MLINKS+= SSL_CTX_set1_curves.3 SSL_CTX_get0_implemented_groups.3