Home | History | Annotate | Download | only in common

Lines Matching refs:Lx

1307 		addr[num_elem] = auth->Lx;
1548 os_memset(auth->Lx, 0, sizeof(auth->Lx));
1725 BIGNUM *lx, *sum, *q;
1735 lx = BN_new();
1736 if (!bnctx || !sum || !q || !lx)
1760 EC_POINT_get_affine_coordinates_GFp(group, l, lx, NULL,
1768 num_bytes = BN_num_bytes(lx);
1776 os_memset(auth->Lx, 0, offset);
1777 BN_bn2bin(lx, auth->Lx + offset);
1778 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len);
1785 BN_clear_free(lx);
1800 BIGNUM *lx;
1808 lx = BN_new();
1809 if (!bnctx || !lx)
1830 EC_POINT_get_affine_coordinates_GFp(group, l, lx, NULL,
1838 num_bytes = BN_num_bytes(lx);
1846 os_memset(auth->Lx, 0, offset);
1847 BN_bn2bin(lx, auth->Lx + offset);
1848 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len);
1855 BN_clear_free(lx);
5627 u8 Lx[DPP_MAX_SHARED_SECRET_LEN];
5777 EVP_PKEY_derive(ctx, Lx, &Lx_len) != 1) {
5785 Lx, Lx_len);
5799 if (dpp_hmac_vector(curve->hash_len, Lx, Lx_len, 4, addr, len, v) < 0)
5870 u8 Lx[DPP_MAX_SHARED_SECRET_LEN];
5933 EVP_PKEY_derive(ctx, Lx, &Lx_len) != 1) {
5941 Lx, Lx_len);
5957 if (dpp_hmac_vector(curve->hash_len, Lx, Lx_len, 4, addr, len, v) < 0)