Home
last modified time | relevance | path

Searched refs:enc_read_ctx (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/ssl/record/
Dssl3_record.c364 if (SSL_IS_TLS13(s) && s->enc_read_ctx != NULL) { in ssl3_get_record()
486 && s->enc_read_ctx != NULL in ssl3_get_record()
487 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(s->enc_read_ctx)) in ssl3_get_record()
624 && (s->enc_read_ctx != NULL) in ssl3_get_record()
678 && s->enc_read_ctx != NULL in ssl3_get_record()
859 ds = s->enc_read_ctx; in ssl3_enc()
860 if (s->enc_read_ctx == NULL) in ssl3_enc()
863 enc = EVP_CIPHER_CTX_get0_cipher(s->enc_read_ctx); in ssl3_enc()
1025 ds = s->enc_read_ctx; in tls1_enc()
1026 if (s->enc_read_ctx == NULL) in tls1_enc()
[all …]
Dssl3_record_tls13.c48 ctx = s->enc_read_ctx; in tls13_enc()
Drec_layer_d1.c490 (s->enc_read_ctx == NULL)) { in dtls1_read_bytes()
Drec_layer_s3.c1438 (s->enc_read_ctx == NULL)) { in ssl3_read_bytes()
/third_party/openssl/test/
Dtls13encryptiontest.c334 s->enc_read_ctx = EVP_CIPHER_CTX_new(); in test_tls13_encryption()
335 if (!TEST_ptr(s->enc_read_ctx)) in test_tls13_encryption()
364 || EVP_CipherInit_ex(s->enc_read_ctx, ciph, NULL, key, NULL, 0) in test_tls13_encryption()
/third_party/openssl/ssl/
Dtls13_enc.c445 if (s->enc_read_ctx != NULL) { in tls13_change_cipher_state()
446 EVP_CIPHER_CTX_reset(s->enc_read_ctx); in tls13_change_cipher_state()
448 s->enc_read_ctx = EVP_CIPHER_CTX_new(); in tls13_change_cipher_state()
449 if (s->enc_read_ctx == NULL) { in tls13_change_cipher_state()
454 ciph_ctx = s->enc_read_ctx; in tls13_change_cipher_state()
780 ciph_ctx = s->enc_read_ctx; in tls13_update_key()
Ds3_enc.c118 if (s->enc_read_ctx != NULL) { in ssl3_change_cipher_state()
120 } else if ((s->enc_read_ctx = EVP_CIPHER_CTX_new()) == NULL) { in ssl3_change_cipher_state()
127 EVP_CIPHER_CTX_reset(s->enc_read_ctx); in ssl3_change_cipher_state()
129 dd = s->enc_read_ctx; in ssl3_change_cipher_state()
Dt1_enc.c236 if (s->enc_read_ctx != NULL) { in tls1_change_cipher_state()
238 } else if ((s->enc_read_ctx = EVP_CIPHER_CTX_new()) == NULL) { in tls1_change_cipher_state()
245 EVP_CIPHER_CTX_reset(s->enc_read_ctx); in tls1_change_cipher_state()
247 dd = s->enc_read_ctx; in tls1_change_cipher_state()
Dssl_lib.c4158 if (s->enc_read_ctx != NULL) { in ssl_clear_cipher_ctx()
4159 EVP_CIPHER_CTX_free(s->enc_read_ctx); in ssl_clear_cipher_ctx()
4160 s->enc_read_ctx = NULL; in ssl_clear_cipher_ctx()
Dssl_local.h1473 EVP_CIPHER_CTX *enc_read_ctx; /* cryptographic state */ member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs487 enc_read_ctx: *mut EVP_CIPHER_CTX,
534 enc_read_ctx: *mut EVP_CIPHER_CTX,
631 enc_read_ctx: *mut EVP_CIPHER_CTX,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c3990 if (ssl->enc_read_ctx == NULL || ssl->enc_read_ctx->cipher == NULL || in openssl_get_keyblock_size()
3994 c = ssl->enc_read_ctx->cipher; in openssl_get_keyblock_size()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c4204 if (ssl->enc_read_ctx == NULL || ssl->enc_read_ctx->cipher == NULL || in openssl_get_keyblock_size()
4208 c = ssl->enc_read_ctx->cipher; in openssl_get_keyblock_size()
/third_party/libabigail/tests/data/test-diff-pkg/
Dspice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt240 … 'EVP_CIPHER_CTX* enc_read_ctx', at offset 1664 (in bits) at ssl.h:1155:1