Home
last modified time | relevance | path

Searched refs:SSL3_CC_READ (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/include/openssl/
H A Dssl3.h342 #define SSL3_CC_READ 0x001 macro
350 #define SSL3_CHANGE_CIPHER_SERVER_READ (SSL3_CC_SERVER | SSL3_CC_READ)
351 #define SSL3_CHANGE_CIPHER_CLIENT_READ (SSL3_CC_CLIENT | SSL3_CC_READ)
/src/crypto/openssl/ssl/record/
H A Drec_layer_d1.c674 if (rw & SSL3_CC_READ) { in dtls1_increment_epoch()
691 if (rw & SSL3_CC_READ) in dtls1_get_epoch()
H A Drec_layer_s3.c1381 epoch = dtls1_get_epoch(s, SSL3_CC_READ); /* new epoch */ in ssl_set_new_record_layer()
/src/crypto/openssl/ssl/
H A Dtls13_enc.c511 int direction = (which & SSL3_CC_READ) != 0 ? OSSL_RECORD_DIRECTION_READ in tls13_change_cipher_state()
515 || ((which & SSL3_CC_SERVER) && (which & SSL3_CC_READ))) { in tls13_change_cipher_state()
H A Ds3_enc.c101 int direction = (which & SSL3_CC_READ) != 0 ? OSSL_RECORD_DIRECTION_READ in ssl3_change_cipher_state()
H A Dt1_enc.c196 if (which & SSL3_CC_READ) { in tls1_change_cipher_state()