Home
last modified time | relevance | path

Searched refs:use_etm (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c151 * We look at s->ext.use_etm instead of SSL_READ_ETM() or in tls_provider_set_tls_params()
155 && !s->ext.use_etm) in tls_provider_set_tls_params()
221 if (s->ext.use_etm) in tls1_change_cipher_state()
274 if (s->ext.use_etm) in tls1_change_cipher_state()
542 &mac_secret_size, &comp, s->ext.use_etm)) { in tls1_setup_key_block()
H A Dktls.c42 if (s->ext.use_etm) in ktls_check_supported_cipher()
H A Dssl_ciph.c514 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
580 if (use_etm in ssl_cipher_get_evp()
511 ssl_cipher_get_evp(SSL_CTX *ctx, const SSL_SESSION *s, const EVP_CIPHER **enc, const EVP_MD **md, int *mac_pkey_type, size_t *mac_secret_size, SSL_COMP **comp, int use_etm) ssl_cipher_get_evp() argument
H A Dssl_local.h1682 int use_etm; member
2469 SSL_COMP **comp, int use_etm);
/third_party/openssl/ssl/
H A Dt1_enc.c151 * We look at s->ext.use_etm instead of SSL_READ_ETM() or in tls_provider_set_tls_params()
155 && !s->ext.use_etm) in tls_provider_set_tls_params()
221 if (s->ext.use_etm) in tls1_change_cipher_state()
274 if (s->ext.use_etm) in tls1_change_cipher_state()
537 &mac_secret_size, &comp, s->ext.use_etm)) { in tls1_setup_key_block()
H A Dktls.c42 if (s->ext.use_etm) in ktls_check_supported_cipher()
H A Dssl_ciph.c513 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
579 if (use_etm in ssl_cipher_get_evp()
510 ssl_cipher_get_evp(SSL_CTX *ctx, const SSL_SESSION *s, const EVP_CIPHER **enc, const EVP_MD **md, int *mac_pkey_type, size_t *mac_secret_size, SSL_COMP **comp, int use_etm) ssl_cipher_get_evp() argument
H A Dssl_local.h1653 int use_etm; member
2413 SSL_COMP **comp, int use_etm);
/third_party/openssl/test/
H A Dtls13secretstest.c177 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
174 ssl_cipher_get_evp(SSL_CTX *ctx, const SSL_SESSION *s, const EVP_CIPHER **enc, const EVP_MD **md, int *mac_pkey_type, size_t *mac_secret_size, SSL_COMP **comp, int use_etm) ssl_cipher_get_evp() argument
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c531 s->ext.use_etm = 1; in tls_parse_ctos_etm()
1560 if (!s->ext.use_etm) in tls_construct_stoc_etm()
1573 s->ext.use_etm = 0; in tls_construct_stoc_etm()
H A Dextensions.c1209 s->ext.use_etm = 0; in init_etm()
H A Dextensions_clnt.c1729 s->ext.use_etm = 1; in tls_parse_stoc_etm()
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c531 s->ext.use_etm = 1; in tls_parse_ctos_etm()
1527 if (!s->ext.use_etm) in tls_construct_stoc_etm()
1540 s->ext.use_etm = 0; in tls_construct_stoc_etm()
H A Dextensions.c1181 s->ext.use_etm = 0; in init_etm()
H A Dextensions_clnt.c1714 s->ext.use_etm = 1; in tls_parse_stoc_etm()

Completed in 36 milliseconds