Home | History | Annotate | Download | only in ssl

Lines Matching defs:ver

1538 	const char *ver,*exp_str;
1561 ver="SSLv2";
1563 ver="SSLv3";
1565 ver="TLSv1.2";
1567 ver="unknown";
1715 BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str,alg_mkey,alg_auth,alg_enc,alg_mac,alg_ssl);
1717 BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str);