Home | History | Annotate | Download | only in ssl

Lines Matching refs:ciph

287 	SSL_CIPHER *ciph;
290 ciph=SSL_get_current_cipher(c_ssl);
294 SSL_CIPHER_get_version(ciph),
295 SSL_CIPHER_get_name(ciph));