Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher

740  *     Change cipher spec protocol
1040 (s->session != NULL) && (s->session->cipher != NULL))
1210 /* 'Change Cipher Spec' is just a single byte, so we know
1542 (EVP_CIPHER_mode( s->enc_write_ctx->cipher ) & EVP_CIPH_CBC_MODE))
1543 bs = EVP_CIPHER_block_size(s->enc_write_ctx->cipher);