Searched refs:SSL_get_shared_ciphers (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | s_server.c | 1522 if (SSL_get_shared_ciphers(con,buf,sizeof buf) != NULL) in init_ssl_connection() 1738 p=SSL_get_shared_ciphers(con,buf,bufsize); in www_body()
|
| H A D | s_client.c | 1159 p=SSL_get_shared_ciphers(s,buf,sizeof buf); in print_stuff()
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl.h | 1235 char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len);
|
| H A D | ssl_lib.c | 1201 char *SSL_get_shared_ciphers(const SSL *s,char *buf,int len) in SSL_get_shared_ciphers() function
|
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | ssl.pod | 511 =item char *B<SSL_get_shared_ciphers>(const SSL *ssl, char *buf, int len);
|