/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_enc.c | 472 SSLfatal(s, SSL_AD_NO_RENEGOTIATION, ERR_R_INTERNAL_ERROR); in tls1_change_cipher_state() 837 case SSL_AD_NO_RENEGOTIATION: in tls1_alert_code()
|
H A D | s3_enc.c | 575 case SSL_AD_NO_RENEGOTIATION: in ssl3_alert_code()
|
/third_party/openssl/ssl/ |
H A D | t1_enc.c | 467 SSLfatal(s, SSL_AD_NO_RENEGOTIATION, ERR_R_INTERNAL_ERROR); in tls1_change_cipher_state() 832 case SSL_AD_NO_RENEGOTIATION: in tls1_alert_code()
|
H A D | s3_enc.c | 571 case SSL_AD_NO_RENEGOTIATION: in ssl3_alert_code()
|
/third_party/openssl/test/helpers/ |
H A D | ssl_test_ctx.c | 123 {"NoRenegotiation", SSL_AD_NO_RENEGOTIATION},
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1597 } else if (alert_descr == SSL_AD_NO_RENEGOTIATION) { in ssl3_read_bytes()
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1608 } else if (alert_descr == SSL_AD_NO_RENEGOTIATION) { in ssl3_read_bytes()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_clnt.c | 3619 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_NO_RENEGOTIATION); in tls_process_hello_req()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_clnt.c | 3611 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_NO_RENEGOTIATION); in tls_process_hello_req()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 1167 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | ssl.h | 1239 # define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION macro
|