Searched defs:direction (Results 1 – 11 of 11) sorted by relevance
/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1177 int direction, in ssl_select_next_record_layer() 1203 static int ssl_post_record_layer_select(SSL_CONNECTION *s, int direction) in ssl_post_record_layer_select() 1236 int direction, int level, in ssl_set_new_record_layer()
|
/openssl/ssl/ |
H A D | s3_enc.c | 100 int direction = (which & SSL3_CC_READ) != 0 ? OSSL_RECORD_DIRECTION_READ in ssl3_change_cipher_state() local
|
H A D | t1_enc.c | 131 int direction; in tls1_change_cipher_state() local
|
H A D | tls13_enc.c | 485 int direction = (which & SSL3_CC_READ) != 0 ? OSSL_RECORD_DIRECTION_READ in tls13_change_cipher_state() local 767 int direction = sending ? OSSL_RECORD_DIRECTION_WRITE in tls13_update_key() local
|
/openssl/ssl/record/methods/ |
H A D | dtls_meth.c | 626 int role, int direction, int level, uint16_t epoch, in dtls_new_record_layer()
|
H A D | ktls_meth.c | 404 int role, int direction, int level, uint16_t epoch, in ktls_new_record_layer()
|
H A D | tls_common.c | 1252 int role, int direction, int level, in tls_int_new_record_layer() 1387 int role, int direction, int level, uint16_t epoch, in tls_new_record_layer()
|
H A D | recmethod_local.h | 217 int direction; member
|
/openssl/test/ |
H A D | tls13secretstest.c | 227 int ssl_set_new_record_layer(SSL_CONNECTION *s, int version, int direction, in ssl_set_new_record_layer()
|
/openssl/ssl/quic/ |
H A D | quic_tls.c | 92 int role, int direction, int level, uint16_t epoch, in quic_new_record_layer()
|
H A D | quic_channel.c | 949 static int ch_on_handshake_yield_secret(uint32_t enc_level, int direction, in ch_on_handshake_yield_secret()
|
Completed in 51 milliseconds