Home
last modified time | relevance | path

Searched refs:Lx (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c1016 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; in dpp_pkex_rx_commit_reveal_req() local
1143 if (dpp_ecdh(pkex->own_bi->pubkey, pkex->x, Lx, &Lx_len) < 0) in dpp_pkex_rx_commit_reveal_req()
1147 Lx, Lx_len); in dpp_pkex_rx_commit_reveal_req()
1168 if (dpp_hmac_vector(curve->hash_len, Lx, Lx_len, num_elem, addr, len, v) in dpp_pkex_rx_commit_reveal_req()
1206 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; in dpp_pkex_rx_commit_reveal_resp() local
1277 if (dpp_ecdh(pkex->x, pkex->peer_bootstrap_key, Lx, &Lx_len) < 0) in dpp_pkex_rx_commit_reveal_resp()
1281 Lx, Lx_len); in dpp_pkex_rx_commit_reveal_resp()
1304 if (dpp_hmac_vector(curve->hash_len, Lx, Lx_len, num_elem, addr, len, v) in dpp_pkex_rx_commit_reveal_resp()
H A Ddpp_crypto.c452 "DPP: Lx not available - cannot derive ke"); in dpp_derive_bk_ke()
455 addr[num_elem] = auth->Lx; in dpp_derive_bk_ke()
1061 crypto_bignum_to_bin(lx, auth->Lx, sizeof(auth->Lx), in dpp_auth_derive_l_responder()
1065 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len); in dpp_auth_derive_l_responder()
1102 crypto_bignum_to_bin(lx, auth->Lx, sizeof(auth->Lx), in dpp_auth_derive_l_initiator()
1106 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len); in dpp_auth_derive_l_initiator()
H A Ddpp.h291 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; member
H A Ddpp_auth.c50 os_memset(auth->Lx, 0, sizeof(auth->Lx)); in dpp_auth_success()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h210 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; member
H A Ddpp.c1609 "DPP: Lx not available - cannot derive ke"); in dpp_derive_ke()
1612 addr[num_elem] = auth->Lx; in dpp_derive_ke()
2523 os_memset(auth->Lx, 0, sizeof(auth->Lx)); in dpp_auth_success()
2743 if (dpp_bn2bin_pad(lx, auth->Lx, auth->secret_len) < 0) in dpp_auth_derive_l_responder()
2745 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len); in dpp_auth_derive_l_responder()
2805 if (dpp_bn2bin_pad(lx, auth->Lx, auth->secret_len) < 0) in dpp_auth_derive_l_initiator()
2807 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len); in dpp_auth_derive_l_initiator()
7903 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; in dpp_pkex_rx_commit_reveal_req() local
8021 if (dpp_ecdh(pkex->own_bi->pubkey, pkex->x, Lx, in dpp_pkex_rx_commit_reveal_req()
8075 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; dpp_pkex_rx_commit_reveal_resp() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmotion_est_template.c380 const int Lx= ax;\
382 const int Lx2= FFMAX(xmin, FFMIN(Lx, xmax));\

Completed in 22 milliseconds