Home
last modified time | relevance | path

Searched refs:Qi (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c33 struct crypto_ec_point *Qi = NULL, *M = NULL, *X = NULL; in dpp_pkex_build_exchange_req() local
43 Qi = dpp_pkex_derive_Qi(curve, v2 ? NULL : pkex->own_mac, pkex->code, in dpp_pkex_build_exchange_req()
45 if (!Qi) in dpp_pkex_build_exchange_req()
74 if (crypto_ec_point_add(ec, X, Qi, M)) in dpp_pkex_build_exchange_req()
156 crypto_ec_point_deinit(Qi, 1); in dpp_pkex_build_exchange_req()
354 struct crypto_ec_point *Qi = NULL, *Qr = NULL, *M = NULL, *X = NULL, in dpp_pkex_rx_exchange_req() local
443 Qi = dpp_pkex_derive_Qi(curve, v2 ? NULL : peer_mac, code, code_len, in dpp_pkex_rx_exchange_req()
445 if (!Qi) in dpp_pkex_rx_exchange_req()
454 crypto_ec_point_invert(ec, Qi) || in dpp_pkex_rx_exchange_req()
455 crypto_ec_point_add(ec, M, Qi, X) || in dpp_pkex_rx_exchange_req()
[all …]
H A Ddpp_crypto.c1468 struct crypto_ec_point *Qi = NULL, *Pi = NULL; in dpp_pkex_derive_Qi() local
1508 Qi = crypto_ec_point_init(ec); in dpp_pkex_derive_Qi()
1510 if (!Pi || !Qi || !hash_bn || crypto_ec_point_mul(ec, Pi, hash_bn, Qi)) in dpp_pkex_derive_Qi()
1513 if (crypto_ec_point_is_at_infinity(ec, Qi)) { in dpp_pkex_derive_Qi()
1517 crypto_ec_point_debug_print(ec, Qi, "DPP: Qi"); in dpp_pkex_derive_Qi()
1522 if (ret_ec && Qi) in dpp_pkex_derive_Qi()
1526 return Qi; in dpp_pkex_derive_Qi()
1528 crypto_ec_point_deinit(Qi, 1); in dpp_pkex_derive_Qi()
1529 Qi = NULL; in dpp_pkex_derive_Qi()
/freebsd/contrib/file/tests/
H A DHWP97.hwp.testfile53 …Š�t��h4�u�+���Ȧ��\�ԕ����y������a���s���+�Z$�!�K�>4@� �O�_�z���g���?7Qi�-�;9�f���>&����6�…
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8250-sony-xperia-edo.dtsi539 /* HALO HL6111R Qi charger @ 25 */
H A Dsdm845-sony-xperia-tama.dtsi480 /* Renesas IDTP9221 Qi charger @ 61 */
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td1901 def VUSMMLA : SInst<"vusmmla", "..(<<U)(<<)", "Qi">;
/freebsd/contrib/sendmail/
H A DPGPKEYS1113 Qi//+c5BUNLR1CqErYnktgDdb9rqOXAD1tsVFAAoWyPVuJVK2ooZmcpxSDYwWEz+
/freebsd/share/misc/
H A Dusb_vendors10097 010b USA-19Qi serial adapter [no firmware]
10098 010c USA-19Qi serial adapter
21573 20b7 Qi Hardware
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt5891 3) Add build support for Apple Mac OS X. Liang Qi.