Searched refs:qr (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dragonfly.c | 54 struct crypto_bignum **qr, in dragonfly_get_random_qr_qnr() argument 57 *qr = *qnr = NULL; in dragonfly_get_random_qr_qnr() 59 while (!(*qr) || !(*qnr)) { in dragonfly_get_random_qr_qnr() 70 if (res == 1 && !(*qr)) in dragonfly_get_random_qr_qnr() 71 *qr = tmp; in dragonfly_get_random_qr_qnr() 78 if (*qr && *qnr) in dragonfly_get_random_qr_qnr() 80 crypto_bignum_deinit(*qr, 0); in dragonfly_get_random_qr_qnr() 82 *qr = *qnr = NULL; in dragonfly_get_random_qr_qnr() 110 const u8 *qr, const u8 *qnr, in dragonfly_is_quadratic_residue_blind() argument 156 const_time_select_bin(mask, qnr, qr, prime_len, qr_or_qnr_bin); in dragonfly_is_quadratic_residue_blind()
|
D | dragonfly.h | 21 struct crypto_bignum **qr, 24 const u8 *qr, const u8 *qnr,
|
D | sae.c | 135 const u8 *prime, const u8 *qr, const u8 *qnr, in sae_test_pwd_seed_ecc() argument 172 res = dragonfly_is_quadratic_residue_blind(sae->tmp->ec, qr, qnr, in sae_test_pwd_seed_ecc() 286 struct crypto_bignum *x = NULL, *y = NULL, *qr = NULL, *qnr = NULL; in sae_derive_pwe_ecc() local 314 if (dragonfly_get_random_qr_qnr(sae->tmp->prime, &qr, &qnr) < 0 || in sae_derive_pwe_ecc() 315 crypto_bignum_to_bin(qr, qr_bin, sizeof(qr_bin), prime_len) < 0 || in sae_derive_pwe_ecc() 427 crypto_bignum_deinit(qr, 0); in sae_derive_pwe_ecc()
|
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/ |
D | tie-asm.h | 327 st.qr q0, \ptr, .Lxchal_ofs_+80 328 st.qr q1, \ptr, .Lxchal_ofs_+96 329 st.qr q2, \ptr, .Lxchal_ofs_+112 331 st.qr q3, \ptr, .Lxchal_ofs_+0 332 st.qr q4, \ptr, .Lxchal_ofs_+16 333 st.qr q5, \ptr, .Lxchal_ofs_+32 334 st.qr q6, \ptr, .Lxchal_ofs_+48 335 st.qr q7, \ptr, .Lxchal_ofs_+64 395 ld.qr q0, \ptr, .Lxchal_ofs_+80 396 ld.qr q1, \ptr, .Lxchal_ofs_+96 [all …]
|