Home
last modified time | relevance | path

Searched refs:pwe_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.c467 u8 *pwe_buf; in sae_derive_pwe_ffc() local
474 pwe_buf = os_zalloc(prime_len * 2); in sae_derive_pwe_ffc()
476 if (!pwe_buf || !pwe) in sae_derive_pwe_ffc()
522 /* Store the candidate PWE into the second half of pwe_buf and in sae_derive_pwe_ffc()
523 * the selected PWE in the beginning of pwe_buf using constant in sae_derive_pwe_ffc()
525 if (crypto_bignum_to_bin(pwe, pwe_buf + prime_len, prime_len, in sae_derive_pwe_ffc()
528 const_time_select_bin(found, pwe_buf, pwe_buf + prime_len, in sae_derive_pwe_ffc()
529 prime_len, pwe_buf); in sae_derive_pwe_ffc()
539 sae->tmp->pwe_ffc = crypto_bignum_init_set(pwe_buf, prime_le in sae_derive_pwe_ffc()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.c462 u8 *pwe_buf; in sae_derive_pwe_ffc() local
469 pwe_buf = os_zalloc(prime_len * 2); in sae_derive_pwe_ffc()
471 if (!pwe_buf || !pwe) in sae_derive_pwe_ffc()
510 /* Store the candidate PWE into the second half of pwe_buf and in sae_derive_pwe_ffc()
511 * the selected PWE in the beginning of pwe_buf using constant in sae_derive_pwe_ffc()
513 if (crypto_bignum_to_bin(pwe, pwe_buf + prime_len, prime_len, in sae_derive_pwe_ffc()
516 const_time_select_bin(found, pwe_buf, pwe_buf + prime_len, in sae_derive_pwe_ffc()
517 prime_len, pwe_buf); in sae_derive_pwe_ffc()
527 sae->tmp->pwe_ffc = crypto_bignum_init_set(pwe_buf, prime_le in sae_derive_pwe_ffc()
[all...]

Completed in 4 milliseconds