Home | History | Annotate | Download | only in ssl

Lines Matching refs:new_cipher

343 	is_export=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
354 s->s3->tmp.new_cipher->algorithm_mkey,
355 s->s3->tmp.new_cipher->algorithm_auth,
370 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
413 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
456 j=is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
457 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
1181 rv = tls1_PRF(s->s3->tmp.new_cipher->algorithm2,