Lines Matching full:available
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
147 \&\- get list of available SSL_CIPHERs
165 \&\fBSSL_get_ciphers()\fR returns the stack of available SSL_CIPHERs for \fBssl\fR,
166 sorted by preference. If \fBssl\fR is \s-1NULL\s0 or no ciphers are available, \s-1NULL\s0
169 \&\fBSSL_CTX_get_ciphers()\fR returns the stack of available SSL_CIPHERs for \fBctx\fR.
182 If \fBssl\fR is \s-1NULL\s0 or no ciphers are available, \s-1NULL\s0 is returned.
184 \&\fBSSL_get_client_ciphers()\fR returns the stack of available SSL_CIPHERs matching the
186 available, or \fBssl\fR is not operating in server mode, \s-1NULL\s0 is returned.
198 available, or there are less ciphers than \fBpriority\fR available, \s-1NULL\s0
202 \&\s-1SSL_CIPHER\s0 names that are available in both the client and the server. \fBbuf\fR is
207 a ciphersuite is available (i.e. it is configured in the cipher list) and shared
210 available shared ciphersuites whether or not they are enabled. This is a server
220 sorted list of available ciphers, until \s-1NULL\s0 is returned.