Searched refs:crypto_bignum_to_bin (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 306 if (crypto_bignum_to_bin(sae->tmp->prime, prime, sizeof(prime), in sae_derive_pwe_ecc() 315 crypto_bignum_to_bin(qr, qr_bin, sizeof(qr_bin), prime_len) < 0 || in sae_derive_pwe_ecc() 316 crypto_bignum_to_bin(qnr, qnr_bin, sizeof(qnr_bin), prime_len) < 0) in sae_derive_pwe_ecc() 404 crypto_bignum_to_bin(y, x_y, SAE_MAX_ECC_PRIME_LEN, in sae_derive_pwe_ecc() 407 crypto_bignum_to_bin(y, x_y + SAE_MAX_ECC_PRIME_LEN, in sae_derive_pwe_ecc() 502 if (crypto_bignum_to_bin(pwe, pwe_buf + prime_len, prime_len, in sae_derive_pwe_ffc() 566 if (bin && crypto_bignum_to_bin(a, bin, prime_len, prime_len) >= 0) in debug_print_bignum() 664 if (crypto_bignum_to_bin(x1a, bin1, sizeof(bin1), prime_len) < 0 || in sswu() 665 crypto_bignum_to_bin(x1b, bin2, sizeof(bin2), prime_len) < 0) in sswu() 706 if (crypto_bignum_to_bin(gx1, bin1, sizeof(bin1), prime_len) < 0 || in sswu() [all …]
|
D | dragonfly.c | 235 if (crypto_bignum_to_bin(prime, prime_bin, sizeof(prime_bin), in dragonfly_sqrt()
|
D | sae_pk.c | 509 if (crypto_bignum_to_bin(ap ? tmp->own_commit_scalar : in sae_pk_hash_sig_data() 513 crypto_bignum_to_bin(ap ? sae->peer_commit_scalar : in sae_pk_hash_sig_data()
|
D | dpp.c | 169 if (crypto_bignum_to_bin(bn, pos, len, 0) < 0) in dpp_bn2bin_pad()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-bignum.c | 76 int crypto_bignum_to_bin(const struct crypto_bignum *a, in crypto_bignum_to_bin() function
|
D | crypto_mbedtls-ec.c | 177 …if(crypto_bignum_to_bin((struct crypto_bignum *) & ((mbedtls_ecp_point *) point)->MBEDTLS_PRIVATE(… in crypto_ec_point_to_bin() 185 …if(crypto_bignum_to_bin((struct crypto_bignum *) & ((mbedtls_ecp_point *) point)->MBEDTLS_PRIVATE(… in crypto_ec_point_to_bin() 865 crypto_bignum_to_bin(crypto_ec_get_private_key(key), in crypto_debug_print_ec_key()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto.h | 552 int crypto_bignum_to_bin(const struct crypto_bignum *a,
|