Searched refs:SSL_group_to_name (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_group_to_name.pod | 5 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/ |
D | s_cb.c | 371 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/ |
D | libssl.num | 522 SSL_group_to_name 523 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/doc/ |
D | build.info | 2498 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/ |
D | s3_lib.c | 4951 const char *SSL_group_to_name(SSL *s, int nid) { in SSL_group_to_name() function
|
/third_party/openssl/test/ |
D | sslapitest.c | 4718 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/ |
D | ssl.h.in | 1480 const char *SSL_group_to_name(SSL *s, int id);
|