Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher

737  *     Change cipher spec protocol
1031 (s->session != NULL) && (s->session->cipher != NULL))
1200 /* 'Change Cipher Spec' is just a single byte, so we know
1562 (EVP_CIPHER_mode( s->enc_write_ctx->cipher ) & EVP_CIPH_CBC_MODE))
1563 bs = EVP_CIPHER_block_size(s->enc_write_ctx->cipher);