/openssl/test/recipes/ |
H A D | 70-test_key_share.t | 46 my $direction; 79 $direction = CLIENT_TO_SERVER; 186 $direction = SERVER_TO_CLIENT; 272 $direction = CLIENT_TO_SERVER; 282 $direction = SERVER_TO_CLIENT; 296 $direction = CLIENT_TO_SERVER; 317 if (($direction == CLIENT_TO_SERVER && $proxy->flight != 0 319 || ($direction == SERVER_TO_CLIENT && $proxy->flight != 1)) { 325 && $direction == CLIENT_TO_SERVER) { 455 && $direction == SERVER_TO_CLIENT) {
|
/openssl/ssl/record/methods/ |
H A D | ktls_meth.c | 319 if (rl->direction == OSSL_RECORD_DIRECTION_WRITE) { in ktls_set_crypto_state() 330 rl->direction == OSSL_RECORD_DIRECTION_WRITE, in ktls_set_crypto_state() 334 if (!BIO_set_ktls(rl->bio, &crypto_info, rl->direction)) in ktls_set_crypto_state() 337 if (rl->direction == OSSL_RECORD_DIRECTION_WRITE && in ktls_set_crypto_state() 404 int role, int direction, int level, uint16_t epoch, in ktls_new_record_layer() argument 419 ret = tls_int_new_record_layer(libctx, propq, vers, role, direction, level, in ktls_new_record_layer() 548 if (rl->direction == OSSL_RECORD_DIRECTION_WRITE) in ktls_alloc_buffers() 557 if (rl->direction == OSSL_RECORD_DIRECTION_WRITE) in ktls_free_buffers()
|
H A D | tls_common.c | 1210 if (rl->direction == OSSL_RECORD_DIRECTION_READ) { in tls_set_options() 1252 int role, int direction, int level, in tls_int_new_record_layer() argument 1318 rl->direction = direction; in tls_int_new_record_layer() 1387 int role, int direction, int level, uint16_t epoch, in tls_new_record_layer() argument 1402 ret = tls_int_new_record_layer(libctx, propq, vers, role, direction, level, in tls_new_record_layer() 2097 if (rl->direction == OSSL_RECORD_DIRECTION_WRITE) { in tls_alloc_buffers() 2129 if (rl->direction == OSSL_RECORD_DIRECTION_WRITE) { in tls_free_buffers()
|
H A D | recmethod_local.h | 217 int direction; member 441 int role, int direction, int level,
|
H A D | dtls_meth.c | 626 int role, int direction, int level, uint16_t epoch, in dtls_new_record_layer() argument 641 ret = tls_int_new_record_layer(libctx, propq, vers, role, direction, level, in dtls_new_record_layer()
|
H A D | ssl3_meth.c | 28 int enc = (rl->direction == OSSL_RECORD_DIRECTION_WRITE) ? 1 : 0; in ssl3_set_crypto_state()
|
H A D | tls13_meth.c | 31 int enc = (rl->direction == OSSL_RECORD_DIRECTION_WRITE) ? 1 : 0; in tls13_set_crypto_state()
|
H A D | tls1_meth.c | 31 int enc = (rl->direction == OSSL_RECORD_DIRECTION_WRITE) ? 1 : 0; in tls1_set_crypto_state()
|
/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1208 if (direction == OSSL_RECORD_DIRECTION_READ) { in ssl_post_record_layer_select() 1236 int direction, int level, in ssl_set_new_record_layer() argument 1260 meth = ssl_select_next_record_layer(s, direction, level); in ssl_set_new_record_layer() 1262 if (direction == OSSL_RECORD_DIRECTION_READ) { in ssl_set_new_record_layer() 1285 if (direction == OSSL_RECORD_DIRECTION_READ) { in ssl_set_new_record_layer() 1299 if (direction == OSSL_RECORD_DIRECTION_READ) { in ssl_set_new_record_layer() 1331 if (direction == OSSL_RECORD_DIRECTION_READ in ssl_set_new_record_layer() 1346 if (s->server && direction == OSSL_RECORD_DIRECTION_READ) { in ssl_set_new_record_layer() 1370 if (direction == OSSL_RECORD_DIRECTION_READ) { in ssl_set_new_record_layer() 1459 || direction == OSSL_RECORD_DIRECTION_READ in ssl_set_new_record_layer() [all …]
|
H A D | record.h | 175 int direction, int level,
|
/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 130 direction => -1, 153 $self->{direction} = -1; 509 if ($self->{direction} != $server) { 511 $self->{direction} = $server;
|
/openssl/ssl/ |
H A D | t1_enc.c | 131 int direction; in tls1_change_cipher_state() local 211 direction = OSSL_RECORD_DIRECTION_READ; in tls1_change_cipher_state() 228 direction = OSSL_RECORD_DIRECTION_WRITE; in tls1_change_cipher_state() 234 if (!ssl_set_new_record_layer(s, s->version, direction, in tls1_change_cipher_state()
|
H A D | tls13_enc.c | 485 int direction = (which & SSL3_CC_READ) != 0 ? OSSL_RECORD_DIRECTION_READ in tls13_change_cipher_state() local 732 direction, in tls13_change_cipher_state() 767 int direction = sending ? OSSL_RECORD_DIRECTION_WRITE in tls13_update_key() local 797 direction, in tls13_update_key()
|
H A D | s3_enc.c | 100 int direction = (which & SSL3_CC_READ) != 0 ? OSSL_RECORD_DIRECTION_READ in ssl3_change_cipher_state() local 148 direction, in ssl3_change_cipher_state()
|
/openssl/include/internal/ |
H A D | quic_tls.h | 49 int (*yield_secret_cb)(uint32_t enc_level, int direction /* 0=RX, 1=TX */,
|
H A D | recordmethod.h | 124 int role, int direction,
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw_vaes_avx512.inc | 24 # define OSSL_AES_GCM_UPDATE(direction) \ 25 void ossl_aes_gcm_ ## direction ## _avx512(const void *ks, \
|
/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() argument
|
/openssl/ssl/quic/ |
H A D | quic_tls.c | 92 int role, int direction, int level, uint16_t epoch, in quic_new_record_layer() argument 159 if (direction == OSSL_RECORD_DIRECTION_READ) in quic_new_record_layer()
|
H A D | quic_channel.c | 71 static int ch_on_handshake_yield_secret(uint32_t enc_level, int direction, 949 static int ch_on_handshake_yield_secret(uint32_t enc_level, int direction, in ch_on_handshake_yield_secret() argument 963 if (direction) { in ch_on_handshake_yield_secret()
|
/openssl/doc/man3/ |
H A D | BIO_push.pod | 70 direction, that is data is read from I<f>, base64 decoded,
|
H A D | SSL_poll.pod | 218 Error in read direction. For QUIC, this is raised only in the event that a 224 Error in write direction. For QUIC, this is raised only in the event that a
|
H A D | SSL_shutdown.pod | 77 Calling SSL_shutdown() only closes the write direction of the connection; the 78 read direction is closed by the peer. Once SSL_shutdown() is called,
|
/openssl/doc/designs/quic-design/ |
H A D | record-layer.md | 369 * set by |vers|. |role| is 0 for client and 1 for server. |direction| 378 * Where the direction is "read", then this BIO will only ever be used for 379 * reading data. Where the direction is "write", then this BIO will only 402 int role, int direction,
|
/openssl/ |
H A D | LICENSE.txt | 20 direction or management of such entity, whether by contract or
|