Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher

673 		clear=s->enc_write_ctx?0:1;	/* must be AEAD cipher */
717 /* extra fragment would be couple of cipher blocks,
930 * Change cipher spec protocol
1129 (s->session != NULL) && (s->session->cipher != NULL))
1192 (s->session != NULL) && (s->session->cipher != NULL) &&
1282 /* 'Change Cipher Spec' is just a single byte, so we know
1292 /* Check we have a cipher to change to */
1441 s->session->cipher=s->s3->tmp.new_cipher;