Searched refs:SSL_group_to_name (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_group_to_name.pod | 5 SSL_group_to_name - get name of group 11 const char *SSL_group_to_name(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/crypto/openssl/test/ |
| H A D | tls13groupselection_test.c | 474 group_name_client = SSL_group_to_name(clientssl, negotiated_group_client); in test_groupnegotiation()
|
| H A D | sslapitest.c | 5195 if (!TEST_str_eq(SSL_group_to_name(serverssl, shared_group0), in test_key_exchange() 10325 SSL_group_to_name(serverssl, SSL_get_shared_group(serverssl, 0)))) in test_pluggable_group()
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 535 SSL_group_to_name;
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 398 BIO_printf(out, "%s", SSL_group_to_name(s, nid)); in ssl_print_groups() 411 BIO_printf(out, "%s", SSL_group_to_name(s, nid)); in ssl_print_groups() 428 SSL_group_to_name(s, SSL_get_negotiated_group(s))); in ssl_print_tmp_key()
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 522 SSL_group_to_name 523 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/doc/ |
| H A D | build.info | 2726 DEPEND[html/man3/SSL_group_to_name.html]=man3/SSL_group_to_name.pod 2727 GENERATE[html/man3/SSL_group_to_name.html]=man3/SSL_group_to_name.pod 2728 DEPEND[man/man3/SSL_group_to_name.3]=man3/SSL_group_to_name.pod 2729 GENERATE[man/man3/SSL_group_to_name.3]=man3/SSL_group_to_name.pod 3749 html/man3/SSL_group_to_name.html \ 4426 man/man3/SSL_group_to_name.3 \
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 224 | `SSL_group_to_name` | Global | U | U | NC\* | Done …
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1569 const char *SSL_group_to_name(SSL *s, int id);
|
| H A D | ssl.h.in | 1522 const char *SSL_group_to_name(SSL *s, int id);
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | s3_lib.c | 5586 const char *SSL_group_to_name(SSL *s, int nid) in SSL_group_to_name() function
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 563 MAN+= SSL_group_to_name.3
|