Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod5 SSL_CTX_set1_groups, SSL_CTX_set1_groups_list, SSL_set1_groups,
18 int SSL_set1_groups(SSL *ssl, int *glist, int glistlen);
48 SSL_set1_groups() and SSL_set1_groups_list() are similar except they set
82 SSL_CTX_set1_groups(), SSL_CTX_set1_groups_list(), SSL_set1_groups() and
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1401 # define SSL_set1_groups(s, glist, glistlen) \ macro
1477 # define SSL_set1_curves SSL_set1_groups
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2530 MLINKS+= SSL_CTX_set1_curves.3 SSL_set1_groups.3