HomeSort by: relevance | last modified time | path
    Searched refs:Lx (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dpp_pkex.c 1025 u8 Lx[DPP_MAX_SHARED_SECRET_LEN];
1152 if (dpp_ecdh(pkex->own_bi->pubkey, pkex->x, Lx, &Lx_len) < 0)
1156 Lx, Lx_len);
1177 if (dpp_hmac_vector(curve->hash_len, Lx, Lx_len, num_elem, addr, len, v)
1215 u8 Lx[DPP_MAX_SHARED_SECRET_LEN];
1286 if (dpp_ecdh(pkex->x, pkex->peer_bootstrap_key, Lx, &Lx_len) < 0)
1290 Lx, Lx_len);
1313 if (dpp_hmac_vector(curve->hash_len, Lx, Lx_len, num_elem, addr, len, v)
dpp_crypto.c 473 "DPP: Lx not available - cannot derive ke");
476 addr[num_elem] = auth->Lx;
1061 struct crypto_bignum *sum = NULL, *lx = NULL, *bR = NULL, *pR = NULL; local
1076 lx = crypto_bignum_init();
1077 if (!q || !BI || !bR || !pR || !sum || !L || !lx ||
1080 crypto_ec_point_x(ec, L, lx) ||
1081 crypto_bignum_to_bin(lx, auth->Lx, sizeof(auth->Lx),
1085 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len)
1104 struct crypto_bignum *lx = NULL, *bI = NULL; local
    [all...]
dpp_auth.c 50 os_memset(auth->Lx, 0, sizeof(auth->Lx));
dpp.h 325 u8 Lx[DPP_MAX_SHARED_SECRET_LEN];
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expressionsem.d 4496 goto Lx;
4506 goto Lx;
4560 Lx:

Completed in 22 milliseconds