Home
last modified time | relevance | path

Searched refs:SSL_get1_groups (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod6 SSL_set1_groups_list, SSL_get1_groups, SSL_get_shared_group,
21 int SSL_get1_groups(SSL *ssl, int *groups);
62 SSL_get1_groups() returns the set of supported groups sent by a client
109 SSL_get1_groups() returns the number of groups, which may be zero.
H A DSSL_group_to_name.pod17 or external providers and as returned by a call to SSL_get1_groups()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c380 ngroups = SSL_get1_groups(s, NULL); in ssl_print_groups()
384 SSL_get1_groups(s, groups); in ssl_print_groups()
/freebsd/crypto/openssl/util/
H A Dother.syms552 SSL_get1_groups define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1486 # define SSL_get1_groups(s, glist) \ macro
1572 # define SSL_get1_curves SSL_get1_groups
H A Dssl.h.in1414 # define SSL_get1_groups(s, glist) \ macro
1500 # define SSL_get1_curves SSL_get1_groups
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4030 MLINKS+= SSL_CTX_set1_curves.3 SSL_get1_groups.3