Searched refs:SSL_group_to_name (Results 1 – 10 of 10) 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(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 D | Version.map | 535 SSL_group_to_name;
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 391 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 D | libssl.num | 522 SSL_group_to_name 523 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 2534 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 D | ssl.h | 1552 const char *SSL_group_to_name(SSL *s, int id);
|
H A D | ssl.h.in | 1480 const char *SSL_group_to_name(SSL *s, int id);
|
/freebsd/crypto/openssl/ssl/ |
H A D | s3_lib.c | 4955 const char *SSL_group_to_name(SSL *s, int nid) { in SSL_group_to_name() function
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 5011 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 D | Makefile | 515 MAN+= SSL_group_to_name.3
|