Home | History | Annotate | Download | only in ssl

Lines Matching refs:ciph

377 	const SSL_CIPHER *ciph;
380 ciph=SSL_get_current_cipher(c_ssl);
384 SSL_CIPHER_get_version(ciph),
385 SSL_CIPHER_get_name(ciph));