Home | History | Annotate | Download | only in ssl

Lines Matching defs:cs

2349 	const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
2351 alg_k = cs->algorithm_mkey;
2352 alg_a = cs->algorithm_auth;
2354 if (SSL_C_IS_EXPORT(cs))