Home
last modified time | relevance | path

Searched refs:SSL_get0_group_name (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get0_group_name.pod5 SSL_get0_group_name - get name of the group that was used for the key
12 const char *SSL_get0_group_name(SSL *s);
16 SSL_get0_group_name() returns the name of the group that was used for
21 If non-NULL, SSL_get0_group_name() returns the name of the group that was used for
23 If SSL_get0_group_name() returns NULL, an error occurred; possibly no TLS session
H A DSSL_CTX_set1_curves.pod263 L<SSL_get0_group_name(3)> which returns the name of the negotiated group
369 L<SSL_get0_group_name(3)>
/freebsd/secure/lib/libssl/
H A DVersion.map590 SSL_get0_group_name;
/freebsd/crypto/openssl/util/
H A Dlibssl.num578 SSL_get0_group_name 579 3_2_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2602 DEPEND[html/man3/SSL_get0_group_name.html]=man3/SSL_get0_group_name.pod
2603 GENERATE[html/man3/SSL_get0_group_name.html]=man3/SSL_get0_group_name.pod
2604 DEPEND[man/man3/SSL_get0_group_name.3]=man3/SSL_get0_group_name.pod
2605 GENERATE[man/man3/SSL_get0_group_name.3]=man3/SSL_get0_group_name.pod
3718 html/man3/SSL_get0_group_name.html \
4395 man/man3/SSL_get0_group_name.3 \
/freebsd/crypto/openssl/test/
H A Dsslapitest.c5198 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()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1568 const char *SSL_get0_group_name(SSL *s);
H A Dssl.h.in1521 const char *SSL_get0_group_name(SSL *s);
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c5570 const char *SSL_get0_group_name(SSL *s) in SSL_get0_group_name() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile532 MAN+= SSL_get0_group_name.3
/freebsd/crypto/openssl/
H A DCHANGES.md1536 * Added the SSL_get0_group_name() function to provide access to the