Lines Matching full:be
52 * equivalent function to initialize OpenSSL, must be called before
59 * Cleanup OpenSSL library. This function should be called to clean
127 * Constructor, create an instance of TSSLSocket given an existing socket that can be interrupted.
189 * SSL socket factory. SSL sockets should be created via SSL factory.
196 * longer be responsible for openssl initialization and teardown.
203 * however, since it would be up to the consuming application instead.
237 * @param host Remote host to be connected to
238 * @param port Remote port to be connected to
244 * @param host Remote host to be connected to
245 * @param port Remote port to be connected to
249 * Set ciphers to be used in SSL handshake process.
317 * Override this method for custom password callback. It may be called
384 * Determine whether the peer should be granted access or not. It's called
389 * not to be verified.
396 * Determine whether the peer should be granted access or not. It's called
406 * Note: The "name" parameter may be UTF8 encoded.
414 * Determine whether the peer should be granted access or not. It's called