Home | History | Annotate | Download | only in ssl

Lines Matching full:ciph

326 	const SSL_CIPHER *ciph;
329 ciph=SSL_get_current_cipher(c_ssl);
333 SSL_CIPHER_get_version(ciph),
334 SSL_CIPHER_get_name(ciph));