Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/openssl/apps/lib/
Ds_cb.c371 BIO_printf(out, "%s", SSL_group_to_name(s, nid)); in ssl_print_groups()
384 BIO_printf(out, "%s", SSL_group_to_name(s, nid)); in ssl_print_groups()
/third_party/openssl/util/
Dlibssl.num522 SSL_group_to_name 523 3_0_0 EXIST::FUNCTION:
/third_party/openssl/doc/
Dbuild.info2498 DEPEND[html/man3/SSL_group_to_name.html]=man3/SSL_group_to_name.pod
2499 GENERATE[html/man3/SSL_group_to_name.html]=man3/SSL_group_to_name.pod
2500 DEPEND[man/man3/SSL_group_to_name.3]=man3/SSL_group_to_name.pod
2501 GENERATE[man/man3/SSL_group_to_name.3]=man3/SSL_group_to_name.pod
3362 html/man3/SSL_group_to_name.html \
3958 man/man3/SSL_group_to_name.3 \
/third_party/openssl/ssl/
Ds3_lib.c4951 const char *SSL_group_to_name(SSL *s, int nid) { in SSL_group_to_name() function
/third_party/openssl/test/
Dsslapitest.c4718 if (!TEST_str_eq(SSL_group_to_name(serverssl, kexch_groups[0]), in test_key_exchange()
9056 SSL_group_to_name(serverssl, SSL_get_shared_group(serverssl, 0)))) in test_pluggable_group()
/third_party/openssl/include/openssl/
Dssl.h.in1480 const char *SSL_group_to_name(SSL *s, int id);