Home
last modified time | relevance | path

Searched full:qti (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dquic_qlog_test.c80 QLOG_TRACE_INFO qti = {0}; in test_qlog() local
88 qti.odcid.id_len = 1; in test_qlog()
89 qti.odcid.id[0] = 0x55; in test_qlog()
90 qti.title = "test title"; in test_qlog()
91 qti.description = "test description"; in test_qlog()
92 qti.group_id = "test group ID"; in test_qlog()
93 qti.override_process_id = 123; in test_qlog()
94 qti.now_cb = now; in test_qlog()
95 qti.override_impl_name = "OpenSSL/x.y.z"; in test_qlog()
97 if (!TEST_ptr(qlog = ossl_qlog_new(&qti))) in test_qlog()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dqcom,inline-crypto-engine.yaml7 title: Qualcomm Technologies, Inc. (QTI) Inline Crypto Engine
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom-stats.yaml7 title: Qualcomm Technologies, Inc. (QTI) Stats
H A Dqcom,rpm-master-stats.yaml7 title: Qualcomm Technologies, Inc. (QTI) RPM Master Stats
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,wcd9335.txt4 Qualcomm Technologies, Inc. (QTI) multimedia solutions, including
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-qcom-hw.txt3 CPUFREQ HW is a hardware engine used by some Qualcomm Technologies, Inc. (QTI)
H A Dcpufreq-qcom-hw.yaml14 CPUFREQ HW is a hardware engine used by some Qualcomm Technologies, Inc. (QTI)
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c110 QLOG_TRACE_INFO qti = {0}; in ch_get_qlog() local
121 qti.odcid = ch->init_dcid; in ch_get_qlog()
122 qti.title = ch->qlog_title; in ch_get_qlog()
123 qti.description = NULL; in ch_get_qlog()
124 qti.group_id = NULL; in ch_get_qlog()
125 qti.is_server = ch->is_server; in ch_get_qlog()
126 qti.now_cb = get_time; in ch_get_qlog()
127 qti.now_cb_arg = ch; in ch_get_qlog()
128 if ((ch->qlog = ossl_qlog_new_from_env(&qti)) == NULL) { in ch_get_qlog()