Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 30) sorted by relevance

12

/openssl/test/recipes/
H A D70-test_key_share.t46 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 Dktls_meth.c319 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 Dtls_common.c1210 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 Drecmethod_local.h217 int direction; member
441 int role, int direction, int level,
H A Ddtls_meth.c626 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 Dssl3_meth.c28 int enc = (rl->direction == OSSL_RECORD_DIRECTION_WRITE) ? 1 : 0; in ssl3_set_crypto_state()
H A Dtls13_meth.c31 int enc = (rl->direction == OSSL_RECORD_DIRECTION_WRITE) ? 1 : 0; in tls13_set_crypto_state()
H A Dtls1_meth.c31 int enc = (rl->direction == OSSL_RECORD_DIRECTION_WRITE) ? 1 : 0; in tls1_set_crypto_state()
/openssl/ssl/record/
H A Drec_layer_s3.c1208 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 Drecord.h175 int direction, int level,
/openssl/util/perl/TLSProxy/
H A DProxy.pm130 direction => -1,
153 $self->{direction} = -1;
503 if ($self->{direction} != $server) {
505 $self->{direction} = $server;
/openssl/ssl/
H A Dt1_enc.c131 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 Dtls13_enc.c485 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 Ds3_enc.c100 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 Dquic_tls.h49 int (*yield_secret_cb)(uint32_t enc_level, int direction /* 0=RX, 1=TX */,
H A Drecordmethod.h124 int role, int direction,
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_vaes_avx512.inc24 # define OSSL_AES_GCM_UPDATE(direction) \
25 void ossl_aes_gcm_ ## direction ## _avx512(const void *ks, \
/openssl/test/
H A Dtls13secretstest.c227 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 Dquic_tls.c92 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 Dquic_channel.c71 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 DBIO_push.pod70 direction, that is data is read from I<f>, base64 decoded,
H A DSSL_poll.pod218 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 DSSL_shutdown.pod77 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 Drecord-layer.md369 * 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 DLICENSE.txt20 direction or management of such entity, whether by contract or

Completed in 85 milliseconds

12