Home
last modified time | relevance | path

Searched refs:crypto_bignum_to_bin (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.c442 if (crypto_bignum_to_bin(sae->tmp->prime, prime, sizeof(prime), in sae_derive_pwe_ecc()
771 crypto_bignum_to_bin(K, k, SAE_MAX_PRIME_LEN, sae->tmp->prime_len) < in sae_derive_k_ffc()
812 crypto_bignum_to_bin(tmp, val, sizeof(val), sae->tmp->prime_len); in sae_derive_keys()
857 crypto_bignum_to_bin(sae->tmp->own_commit_scalar, pos, in sae_write_commit()
872 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos, in sae_write_commit()
1003 if (crypto_bignum_to_bin(sae->tmp->prime, prime, sizeof(prime), in sae_parse_commit_element_ecc()
1169 crypto_bignum_to_bin(scalar1, scalar_b1, sizeof(scalar_b1), in sae_cn_confirm()
1175 crypto_bignum_to_bin(scalar2, scalar_b2, sizeof(scalar_b2), in sae_cn_confirm()
1216 crypto_bignum_to_bin(element1, element_b1, sizeof(element_b1), in sae_cn_confirm_ffc()
1218 crypto_bignum_to_bin(element2, element_b2, sizeof(element_b2), in sae_cn_confirm_ffc()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h502 int crypto_bignum_to_bin(const struct crypto_bignum *a,
Dcrypto_openssl.c950 int crypto_bignum_to_bin(const struct crypto_bignum *a, in crypto_bignum_to_bin() function
1294 crypto_bignum_to_bin((struct crypto_bignum *) x_bn, in crypto_ec_point_to_bin()
1298 crypto_bignum_to_bin((struct crypto_bignum *) y_bn, in crypto_ec_point_to_bin()