Home
last modified time | relevance | path

Searched refs:hs_type (Results 1 – 25 of 74) sorted by relevance

123

/dports/security/libressl/libressl-3.4.3/ssl/
H A Dtls13_client.c306 if (!(ctx->handshake_stage.hs_type & WITHOUT_HRR) && !ctx->hs->tls13.hrr) { in tls13_server_hello_process()
408 ctx->handshake_stage.hs_type |= WITHOUT_HRR; in tls13_server_hello_retry_request_recv()
474 if (ctx->handshake_stage.hs_type & WITHOUT_HRR) { in tls13_server_hello_recv()
481 if (!(ctx->handshake_stage.hs_type & WITHOUT_HRR)) in tls13_server_hello_recv()
495 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_hello_recv()
532 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_certificate_request_recv()
931 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_send()
H A Dtls13_server.c298 ctx->handshake_stage.hs_type |= NEGOTIATED | WITHOUT_HRR; in tls13_client_hello_recv()
406 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_engage_record_protection()
408 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_engage_record_protection()
510 if ((ctx->handshake_stage.hs_type & WITHOUT_HRR) && in tls13_server_hello_sent()
941 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_recv()
/dports/www/obhttpd/libressl-3.4.1/ssl/
H A Dtls13_client.c306 if (!(ctx->handshake_stage.hs_type & WITHOUT_HRR) && !ctx->hs->tls13.hrr) { in tls13_server_hello_process()
408 ctx->handshake_stage.hs_type |= WITHOUT_HRR; in tls13_server_hello_retry_request_recv()
474 if (ctx->handshake_stage.hs_type & WITHOUT_HRR) { in tls13_server_hello_recv()
481 if (!(ctx->handshake_stage.hs_type & WITHOUT_HRR)) in tls13_server_hello_recv()
495 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_hello_recv()
532 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_certificate_request_recv()
931 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_send()
H A Dtls13_server.c298 ctx->handshake_stage.hs_type |= NEGOTIATED | WITHOUT_HRR; in tls13_client_hello_recv()
406 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_engage_record_protection()
408 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_engage_record_protection()
510 if ((ctx->handshake_stage.hs_type & WITHOUT_HRR) && in tls13_server_hello_sent()
941 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_recv()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Dtls13_client.c409 ctx->handshake_stage.hs_type |= WITHOUT_HRR; in tls13_server_hello_retry_request_recv()
475 if (ctx->handshake_stage.hs_type & WITHOUT_HRR) { in tls13_server_hello_recv()
482 if (!(ctx->handshake_stage.hs_type & WITHOUT_HRR)) in tls13_server_hello_recv()
496 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_hello_recv()
533 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_certificate_request_recv()
929 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_send()
H A Dtls13_server.c292 ctx->handshake_stage.hs_type |= NEGOTIATED | WITHOUT_HRR; in tls13_client_hello_recv()
400 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_engage_record_protection()
402 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_engage_record_protection()
504 if ((ctx->handshake_stage.hs_type & WITHOUT_HRR) && in tls13_server_hello_sent()
905 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_recv()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/ssl/
H A Dtls13_client.c409 ctx->handshake_stage.hs_type |= WITHOUT_HRR; in tls13_server_hello_retry_request_recv()
475 if (ctx->handshake_stage.hs_type & WITHOUT_HRR) { in tls13_server_hello_recv()
482 if (!(ctx->handshake_stage.hs_type & WITHOUT_HRR)) in tls13_server_hello_recv()
496 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_hello_recv()
533 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_certificate_request_recv()
929 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_send()
H A Dtls13_server.c292 ctx->handshake_stage.hs_type |= NEGOTIATED | WITHOUT_HRR; in tls13_client_hello_recv()
400 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_engage_record_protection()
402 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_engage_record_protection()
504 if ((ctx->handshake_stage.hs_type & WITHOUT_HRR) && in tls13_server_hello_sent()
905 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_recv()
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_sles_hypre.c618 cs_sles_hypre_type_t hs_type = (i == 0) ? c->precond_type : c->solver_type; in cs_sles_hypre_setup() local
623 if (hs != NULL || hs_type >= CS_SLES_HYPRE_NONE) in cs_sles_hypre_setup()
626 switch(hs_type) { in cs_sles_hypre_setup()
1193 cs_sles_hypre_type_t hs_type = (i == 0) ? c->solver_type : c->precond_type; in cs_sles_hypre_free() local
1198 switch(hs_type) { in cs_sles_hypre_free()
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dtls13_client.c399 ctx->handshake_stage.hs_type |= WITHOUT_HRR; in tls13_server_hello_retry_request_recv()
465 if (ctx->handshake_stage.hs_type & WITHOUT_HRR) { in tls13_server_hello_recv()
472 if (!(ctx->handshake_stage.hs_type & WITHOUT_HRR)) in tls13_server_hello_recv()
486 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_hello_recv()
523 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_certificate_request_recv()
924 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_send()
H A Dtls13_server.c297 ctx->handshake_stage.hs_type |= NEGOTIATED | WITHOUT_HRR; in tls13_client_hello_recv()
405 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_engage_record_protection()
407 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_engage_record_protection()
509 if ((ctx->handshake_stage.hs_type & WITHOUT_HRR) && in tls13_server_hello_sent()
940 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_recv()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/gtests/ssl_gtest/
H A Dtls_agent.cc946 void TlsAgentTestBase::MakeHandshakeMessage(uint8_t hs_type, in MakeHandshakeMessage() argument
950 return MakeHandshakeMessageFragment(hs_type, data, hs_len, out, seq_num, 0, in MakeHandshakeMessage()
955 uint8_t hs_type, const uint8_t* data, size_t hs_len, DataBuffer* out, in MakeHandshakeMessageFragment() argument
960 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeHandshakeMessageFragment()
976 void TlsAgentTestBase::MakeTrivialHandshakeRecord(uint8_t hs_type, in MakeTrivialHandshakeRecord() argument
985 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeTrivialHandshakeRecord()
H A Dtls_agent.h394 void MakeHandshakeMessage(uint8_t hs_type, const uint8_t* data, size_t hs_len,
396 void MakeHandshakeMessageFragment(uint8_t hs_type, const uint8_t* data,
400 static void MakeTrivialHandshakeRecord(uint8_t hs_type, size_t hs_len,
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/codecs/
H A Dcs42l42.c992 cs42l42->hs_type = (hs_det_status & CS42L42_HSDET_TYPE_MASK) >> in cs42l42_process_hs_type_detect()
996 if ((cs42l42->hs_type == CS42L42_PLUG_CTIA) || in cs42l42_process_hs_type_detect()
997 (cs42l42->hs_type == CS42L42_PLUG_OMTP)) { in cs42l42_process_hs_type_detect()
1410 switch(cs42l42->hs_type){ in cs42l42_irq_thread()
1423 dev_dbg(component->dev, "Auto detect done (%d)\n", cs42l42->hs_type); in cs42l42_irq_thread()
1442 switch(cs42l42->hs_type){ in cs42l42_irq_thread()
1590 cs42l42->hs_type = CS42L42_PLUG_INVALID; in cs42l42_setup_hs_type_detect()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/codecs/
H A Dcs42l42.c992 cs42l42->hs_type = (hs_det_status & CS42L42_HSDET_TYPE_MASK) >> in cs42l42_process_hs_type_detect()
996 if ((cs42l42->hs_type == CS42L42_PLUG_CTIA) || in cs42l42_process_hs_type_detect()
997 (cs42l42->hs_type == CS42L42_PLUG_OMTP)) { in cs42l42_process_hs_type_detect()
1410 switch(cs42l42->hs_type){ in cs42l42_irq_thread()
1423 dev_dbg(component->dev, "Auto detect done (%d)\n", cs42l42->hs_type); in cs42l42_irq_thread()
1442 switch(cs42l42->hs_type){ in cs42l42_irq_thread()
1590 cs42l42->hs_type = CS42L42_PLUG_INVALID; in cs42l42_setup_hs_type_detect()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/codecs/
H A Dcs42l42.c992 cs42l42->hs_type = (hs_det_status & CS42L42_HSDET_TYPE_MASK) >> in cs42l42_process_hs_type_detect()
996 if ((cs42l42->hs_type == CS42L42_PLUG_CTIA) || in cs42l42_process_hs_type_detect()
997 (cs42l42->hs_type == CS42L42_PLUG_OMTP)) { in cs42l42_process_hs_type_detect()
1410 switch(cs42l42->hs_type){ in cs42l42_irq_thread()
1423 dev_dbg(component->dev, "Auto detect done (%d)\n", cs42l42->hs_type); in cs42l42_irq_thread()
1442 switch(cs42l42->hs_type){ in cs42l42_irq_thread()
1590 cs42l42->hs_type = CS42L42_PLUG_INVALID; in cs42l42_setup_hs_type_detect()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/gtests/ssl_gtest/
H A Dtls_agent.cc1101 void TlsAgentTestBase::MakeHandshakeMessage(uint8_t hs_type, in MakeHandshakeMessage() argument
1105 return MakeHandshakeMessageFragment(hs_type, data, hs_len, out, seq_num, 0, in MakeHandshakeMessage()
1110 uint8_t hs_type, const uint8_t* data, size_t hs_len, DataBuffer* out, in MakeHandshakeMessageFragment() argument
1115 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeHandshakeMessageFragment()
1131 void TlsAgentTestBase::MakeTrivialHandshakeRecord(uint8_t hs_type, in MakeTrivialHandshakeRecord() argument
1140 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeTrivialHandshakeRecord()
H A Dtls_agent.h440 void MakeHandshakeMessage(uint8_t hs_type, const uint8_t* data, size_t hs_len,
442 void MakeHandshakeMessageFragment(uint8_t hs_type, const uint8_t* data,
446 static void MakeTrivialHandshakeRecord(uint8_t hs_type, size_t hs_len,
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/ssl_gtest/
H A Dtls_agent.cc1271 void TlsAgentTestBase::MakeHandshakeMessage(uint8_t hs_type, in MakeHandshakeMessage() argument
1275 return MakeHandshakeMessageFragment(hs_type, data, hs_len, out, seq_num, 0, in MakeHandshakeMessage()
1280 uint8_t hs_type, const uint8_t* data, size_t hs_len, DataBuffer* out, in MakeHandshakeMessageFragment() argument
1285 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeHandshakeMessageFragment()
1301 void TlsAgentTestBase::MakeTrivialHandshakeRecord(uint8_t hs_type, in MakeTrivialHandshakeRecord() argument
1310 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeTrivialHandshakeRecord()
H A Dtls_agent.h486 void MakeHandshakeMessage(uint8_t hs_type, const uint8_t* data, size_t hs_len,
488 void MakeHandshakeMessageFragment(uint8_t hs_type, const uint8_t* data,
493 static void MakeTrivialHandshakeRecord(uint8_t hs_type, size_t hs_len,
/dports/security/ca_root_nss/nss-3.71/nss/gtests/ssl_gtest/
H A Dtls_agent.cc1273 void TlsAgentTestBase::MakeHandshakeMessage(uint8_t hs_type, in MakeHandshakeMessage() argument
1277 return MakeHandshakeMessageFragment(hs_type, data, hs_len, out, seq_num, 0, in MakeHandshakeMessage()
1282 uint8_t hs_type, const uint8_t* data, size_t hs_len, DataBuffer* out, in MakeHandshakeMessageFragment() argument
1287 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeHandshakeMessageFragment()
1303 void TlsAgentTestBase::MakeTrivialHandshakeRecord(uint8_t hs_type, in MakeTrivialHandshakeRecord() argument
1312 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeTrivialHandshakeRecord()
/dports/www/firefox/firefox-99.0/security/nss/gtests/ssl_gtest/
H A Dtls_agent.cc1273 void TlsAgentTestBase::MakeHandshakeMessage(uint8_t hs_type, in MakeHandshakeMessage() argument
1277 return MakeHandshakeMessageFragment(hs_type, data, hs_len, out, seq_num, 0, in MakeHandshakeMessage()
1282 uint8_t hs_type, const uint8_t* data, size_t hs_len, DataBuffer* out, in MakeHandshakeMessageFragment() argument
1287 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeHandshakeMessageFragment()
1303 void TlsAgentTestBase::MakeTrivialHandshakeRecord(uint8_t hs_type, in MakeTrivialHandshakeRecord() argument
1312 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeTrivialHandshakeRecord()
/dports/security/nss/nss-3.76.1/nss/gtests/ssl_gtest/
H A Dtls_agent.cc1273 void TlsAgentTestBase::MakeHandshakeMessage(uint8_t hs_type, in MakeHandshakeMessage() argument
1277 return MakeHandshakeMessageFragment(hs_type, data, hs_len, out, seq_num, 0, in MakeHandshakeMessage()
1282 uint8_t hs_type, const uint8_t* data, size_t hs_len, DataBuffer* out, in MakeHandshakeMessageFragment() argument
1287 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeHandshakeMessageFragment()
1303 void TlsAgentTestBase::MakeTrivialHandshakeRecord(uint8_t hs_type, in MakeTrivialHandshakeRecord() argument
1312 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeTrivialHandshakeRecord()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/ssl_gtest/
H A Dtls_agent.cc1271 void TlsAgentTestBase::MakeHandshakeMessage(uint8_t hs_type, in MakeHandshakeMessage() argument
1275 return MakeHandshakeMessageFragment(hs_type, data, hs_len, out, seq_num, 0, in MakeHandshakeMessage()
1280 uint8_t hs_type, const uint8_t* data, size_t hs_len, DataBuffer* out, in MakeHandshakeMessageFragment() argument
1285 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeHandshakeMessageFragment()
1301 void TlsAgentTestBase::MakeTrivialHandshakeRecord(uint8_t hs_type, in MakeTrivialHandshakeRecord() argument
1310 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeTrivialHandshakeRecord()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/gtests/ssl_gtest/
H A Dtls_agent.cc1247 void TlsAgentTestBase::MakeHandshakeMessage(uint8_t hs_type, in MakeHandshakeMessage() argument
1251 return MakeHandshakeMessageFragment(hs_type, data, hs_len, out, seq_num, 0, in MakeHandshakeMessage()
1256 uint8_t hs_type, const uint8_t* data, size_t hs_len, DataBuffer* out, in MakeHandshakeMessageFragment() argument
1261 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeHandshakeMessageFragment()
1277 void TlsAgentTestBase::MakeTrivialHandshakeRecord(uint8_t hs_type, in MakeTrivialHandshakeRecord() argument
1286 index = out->Write(index, hs_type, 1); // Handshake record type. in MakeTrivialHandshakeRecord()

123