/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_enc.c | 151 * 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 D | ktls.c | 42 if (s->ext.use_etm) in ktls_check_supported_cipher()
|
H A D | ssl_ciph.c | 514 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 D | ssl_local.h | 1682 int use_etm; member 2469 SSL_COMP **comp, int use_etm);
|
/third_party/openssl/ssl/ |
H A D | t1_enc.c | 151 * 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 D | ktls.c | 42 if (s->ext.use_etm) in ktls_check_supported_cipher()
|
H A D | ssl_ciph.c | 513 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 D | ssl_local.h | 1653 int use_etm; member 2413 SSL_COMP **comp, int use_etm);
|
/third_party/openssl/test/ |
H A D | tls13secretstest.c | 177 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 D | extensions_srvr.c | 531 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 D | extensions.c | 1209 s->ext.use_etm = 0; in init_etm()
|
H A D | extensions_clnt.c | 1729 s->ext.use_etm = 1; in tls_parse_stoc_etm()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 531 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 D | extensions.c | 1181 s->ext.use_etm = 0; in init_etm()
|
H A D | extensions_clnt.c | 1714 s->ext.use_etm = 1; in tls_parse_stoc_etm()
|