Searched refs:cipher_ctx (Results 1 – 3 of 3) sorted by relevance
718 const EVP_CIPHER_CTX *cipher_ctx, EVP_MD_CTX *mac_ctx, in tls_fips_digest_extra() argument722 if (EVP_CIPHER_CTX_mode(cipher_ctx) != EVP_CIPH_CBC_MODE) in tls_fips_digest_extra()
1190 const EVP_CIPHER_CTX *cipher_ctx, EVP_MD_CTX *mac_ctx,
415 EVP_CIPHER_CTX *cipher_ctx; in tls1_change_cipher_state_cipher() local425 cipher_ctx = s->enc_read_ctx; in tls1_change_cipher_state_cipher()445 cipher_ctx = s->enc_write_ctx; in tls1_change_cipher_state_cipher()470 EVP_CipherInit_ex(cipher_ctx, cipher, NULL /* engine */, key, iv, !is_read); in tls1_change_cipher_state_cipher()