Home
last modified time | relevance | path

Searched refs:SSL_group_to_name (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_group_to_name.pod5 SSL_group_to_name - get name of group
11 const char *SSL_group_to_name(const SSL *ssl, int id);
15 SSL_group_to_name() is used to retrieve the TLS group name
22 If non-NULL, SSL_group_to_name() returns the TLS group name
24 If SSL_group_to_name() returns NULL, an error occurred; possibly no
/freebsd/secure/lib/libssl/
H A DVersion.map535 SSL_group_to_name;
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c391 BIO_printf(out, "%s", SSL_group_to_name(s, nid)); in ssl_print_groups()
404 BIO_printf(out, "%s", SSL_group_to_name(s, nid)); in ssl_print_groups()
/freebsd/crypto/openssl/util/
H A Dlibssl.num522 SSL_group_to_name 523 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2534 DEPEND[html/man3/SSL_group_to_name.html]=man3/SSL_group_to_name.pod
2535 GENERATE[html/man3/SSL_group_to_name.html]=man3/SSL_group_to_name.pod
2536 DEPEND[man/man3/SSL_group_to_name.3]=man3/SSL_group_to_name.pod
2537 GENERATE[man/man3/SSL_group_to_name.3]=man3/SSL_group_to_name.pod
3419 html/man3/SSL_group_to_name.html \
4027 man/man3/SSL_group_to_name.3 \
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1552 const char *SSL_group_to_name(SSL *s, int id);
H A Dssl.h.in1480 const char *SSL_group_to_name(SSL *s, int id);
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c4955 const char *SSL_group_to_name(SSL *s, int nid) { in SSL_group_to_name() function
/freebsd/crypto/openssl/test/
H A Dsslapitest.c5011 if (!TEST_str_eq(SSL_group_to_name(serverssl, kexch_groups[0]), in test_key_exchange()
9474 SSL_group_to_name(serverssl, SSL_get_shared_group(serverssl, 0)))) in test_pluggable_group()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile515 MAN+= SSL_group_to_name.3