Searched refs:SSL_get_shared_ciphers (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libssl/man/
H A DMakefile97 SSL_get_shared_ciphers.3 \
/openbsd-current/regress/lib/libssl/unit/
H A Dssl_get_shared_ciphers.c439 if (SSL_get_shared_ciphers(server_ssl, buf, sizeof(buf)) == NULL) {
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h129 LSSL_USED(SSL_get_shared_ciphers); variable
/openbsd-current/usr.bin/openssl/
H A Ds_server.c1834 if (SSL_get_shared_ciphers(con, buf, sizeof buf) != NULL)
2019 p = SSL_get_shared_ciphers(con, buf, bufsize);
H A Ds_client.c1671 p = SSL_get_shared_ciphers(s, buf, sizeof buf);
/openbsd-current/lib/libssl/
H A Dssl_lib.c1708 SSL_get_shared_ciphers(const SSL *s, char *buf, int len) function
1747 LSSL_ALIAS(SSL_get_shared_ciphers); variable
H A Dssl.h1136 char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len);

Completed in 201 milliseconds