Home
last modified time | relevance | path

Searched refs:cipher_ctx (Results 1 – 3 of 3) sorted by relevance

/external/openssl/ssl/
Ds3_cbc.c718 const EVP_CIPHER_CTX *cipher_ctx, EVP_MD_CTX *mac_ctx, in tls_fips_digest_extra() argument
722 if (EVP_CIPHER_CTX_mode(cipher_ctx) != EVP_CIPH_CBC_MODE) in tls_fips_digest_extra()
Dssl_locl.h1190 const EVP_CIPHER_CTX *cipher_ctx, EVP_MD_CTX *mac_ctx,
/external/chromium_org/third_party/boringssl/src/ssl/
Dt1_enc.c415 EVP_CIPHER_CTX *cipher_ctx; in tls1_change_cipher_state_cipher() local
425 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()