Searched refs:SSL_get0_group_name (Results 1 – 11 of 11) sorted by relevance
5 SSL_get0_group_name - get name of the group that was used for the key12 const char *SSL_get0_group_name(SSL *s);16 SSL_get0_group_name() returns the name of the group that was used for21 If non-NULL, SSL_get0_group_name() returns the name of the group that was used for23 If SSL_get0_group_name() returns NULL, an error occurred; possibly no TLS session
263 L<SSL_get0_group_name(3)> which returns the name of the negotiated group369 L<SSL_get0_group_name(3)>
590 SSL_get0_group_name;
578 SSL_get0_group_name 579 3_2_0 EXIST::FUNCTION:
2602 DEPEND[html/man3/SSL_get0_group_name.html]=man3/SSL_get0_group_name.pod2603 GENERATE[html/man3/SSL_get0_group_name.html]=man3/SSL_get0_group_name.pod2604 DEPEND[man/man3/SSL_get0_group_name.3]=man3/SSL_get0_group_name.pod2605 GENERATE[man/man3/SSL_get0_group_name.3]=man3/SSL_get0_group_name.pod3718 html/man3/SSL_get0_group_name.html \4395 man/man3/SSL_get0_group_name.3 \
5198 if (!TEST_str_eq(SSL_get0_group_name(serverssl), kexch_name0) in test_key_exchange()5199 || !TEST_str_eq(SSL_get0_group_name(clientssl), kexch_name0)) in test_key_exchange()10328 if (!TEST_str_eq(group_name, SSL_get0_group_name(serverssl)) in test_pluggable_group()10329 || !TEST_str_eq(group_name, SSL_get0_group_name(clientssl))) in test_pluggable_group()
1568 const char *SSL_get0_group_name(SSL *s);
1521 const char *SSL_get0_group_name(SSL *s);
5570 const char *SSL_get0_group_name(SSL *s) in SSL_get0_group_name() function
532 MAN+= SSL_get0_group_name.3
1536 * Added the SSL_get0_group_name() function to provide access to the