Home
last modified time | relevance | path

Searched refs:sparams (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_els.c904 fc_plogi_payload_t *sparams; in ocs_send_logo() local
910 sparams = (fc_plogi_payload_t*) node->sport->service_params; in ocs_send_logo()
930 logo->port_name_hi = sparams->port_name_hi; in ocs_send_logo()
931 logo->port_name_lo = sparams->port_name_lo; in ocs_send_logo()
963 fc_plogi_payload_t *sparams; in ocs_send_adisc() local
970 sparams = (fc_plogi_payload_t*) node->sport->service_params; in ocs_send_adisc()
985 sparams = (fc_plogi_payload_t*) node->sport->service_params; in ocs_send_adisc()
990 adisc->port_name_hi = sparams->port_name_hi; in ocs_send_adisc()
991 adisc->port_name_lo = sparams->port_name_lo; in ocs_send_adisc()
992 adisc->node_name_hi = sparams->node_name_hi; in ocs_send_adisc()
[all …]
H A Docs_utils.c1215 …display_sparams(const char *prelabel, const char *reqlabel, int dest, void *textbuf, void *sparams) in ocs_display_sparams() argument
1219 if (sparams == NULL) { in ocs_display_sparams()
1231 ocs_dump32(OCS_DEBUG_ENABLE_SPARAM_DUMP, NULL, label, sparams, sizeof(fc_plogi_payload_t)); in ocs_display_sparams()
1234 ocs_ddump_buffer((ocs_textbuf_t*) textbuf, reqlabel, 0, sparams, sizeof(fc_plogi_payload_t)); in ocs_display_sparams()
H A Docs_utils.h252 …isplay_sparams(const char *prelabel, const char *reqlabel, int dest, void *textbuf, void *sparams);
/freebsd/usr.sbin/pkg/
H A Decc.c127 const ec_str_params *sparams; in ecc_read_pkgkey() local
165 sparams = ecc_pkgkey_params(data, datasz); in ecc_read_pkgkey()
166 if (sparams == NULL) in ecc_read_pkgkey()
169 ret = import_params(params, sparams); in ecc_read_pkgkey()
/freebsd/sys/dev/usb/controller/
H A Dehci.c284 uint32_t sparams; in ehci_init() local
312 sparams = EREAD4(sc, EHCI_HCSPARAMS); in ehci_init()
313 DPRINTF("sparams=0x%x\n", sparams); in ehci_init()
315 sc->sc_noport = EHCI_HCS_N_PORTS(sparams); in ehci_init()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c12998 const unsigned char sparams[] = { in test_quic_tls()
13055 || !TEST_true(SSL_set_quic_tls_transport_params(serverssl, sparams, in test_quic_tls_early_data()
13056 sizeof(sparams)))) in test_quic_tls_early_data()
13105 || !TEST_mem_eq(cdata.params, cdata.params_len, sparams, in test_quic_tls_early_data()
13106 sizeof(sparams))) in test_quic_tls_early_data()
13163 const unsigned char sparams[] = { in test_quic_tls_early_data()
13215 || !TEST_true(SSL_set_quic_tls_transport_params(serverssl, sparams, in test_no_renegotiation()
13216 sizeof(sparams)))) in test_no_renegotiation()
13274 || !TEST_mem_eq(cdata.params, cdata.params_len, sparams, in test_no_renegotiation()
13275 sizeof(sparams))) in test_no_renegotiation()
12903 const unsigned char sparams[] = { test_quic_tls() local
13068 const unsigned char sparams[] = { test_quic_tls_early_data() local
[all...]
H A Devp_extra_test.c2575 OSSL_PARAM sparams[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; in test_EVP_SM2()
2688 sparams[0] = OSSL_PARAM_construct_utf8_string(OSSL_ASYM_CIPHER_PARAM_DIGEST, in test_EVP_SM2()
2698 if (!TEST_true(EVP_PKEY_CTX_set_params(cctx, sparams))) in test_EVP_SM2()
2708 if (!TEST_true(EVP_PKEY_CTX_set_params(cctx, sparams))) in test_EVP_SM2()
2564 OSSL_PARAM sparams[2] = {OSSL_PARAM_END, OSSL_PARAM_END}; test_EVP_SM2() local