Searched refs:crypto_bignum_to_bin (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c442 if (crypto_bignum_to_bin(sae->tmp->prime, prime, sizeof(prime),
771 crypto_bignum_to_bin(K, k, SAE_MAX_PRIME_LEN, sae->tmp->prime_len) <
812 crypto_bignum_to_bin(tmp, val, sizeof(val), sae->tmp->prime_len);
859 crypto_bignum_to_bin(sae->tmp->own_commit_scalar, pos,
874 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos,
1005 if (crypto_bignum_to_bin(sae->tmp->prime, prime, sizeof(prime),
1171 crypto_bignum_to_bin(scalar1, scalar_b1, sizeof(scalar_b1),
1177 crypto_bignum_to_bin(scalar2, scalar_b2, sizeof(scalar_b2),
1218 crypto_bignum_to_bin(element1, element_b1, sizeof(element_b1),
1220 crypto_bignum_to_bin(element
[all...]
/external/wpa_supplicant_8/src/common/
H A Dsae.c442 if (crypto_bignum_to_bin(sae->tmp->prime, prime, sizeof(prime),
771 crypto_bignum_to_bin(K, k, SAE_MAX_PRIME_LEN, sae->tmp->prime_len) <
812 crypto_bignum_to_bin(tmp, val, sizeof(val), sae->tmp->prime_len);
859 crypto_bignum_to_bin(sae->tmp->own_commit_scalar, pos,
874 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos,
1005 if (crypto_bignum_to_bin(sae->tmp->prime, prime, sizeof(prime),
1171 crypto_bignum_to_bin(scalar1, scalar_b1, sizeof(scalar_b1),
1177 crypto_bignum_to_bin(scalar2, scalar_b2, sizeof(scalar_b2),
1218 crypto_bignum_to_bin(element1, element_b1, sizeof(element_b1),
1220 crypto_bignum_to_bin(element
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c442 if (crypto_bignum_to_bin(sae->tmp->prime, prime, sizeof(prime),
771 crypto_bignum_to_bin(K, k, SAE_MAX_PRIME_LEN, sae->tmp->prime_len) <
812 crypto_bignum_to_bin(tmp, val, sizeof(val), sae->tmp->prime_len);
859 crypto_bignum_to_bin(sae->tmp->own_commit_scalar, pos,
874 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos,
1005 if (crypto_bignum_to_bin(sae->tmp->prime, prime, sizeof(prime),
1171 crypto_bignum_to_bin(scalar1, scalar_b1, sizeof(scalar_b1),
1177 crypto_bignum_to_bin(scalar2, scalar_b2, sizeof(scalar_b2),
1218 crypto_bignum_to_bin(element1, element_b1, sizeof(element_b1),
1220 crypto_bignum_to_bin(element
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h518 * crypto_bignum_to_bin - Set binary buffer to unsigned bignum
525 int crypto_bignum_to_bin(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1028 int crypto_bignum_to_bin(const struct crypto_bignum *a, function
1396 crypto_bignum_to_bin((struct crypto_bignum *) x_bn,
1400 crypto_bignum_to_bin((struct crypto_bignum *) y_bn,
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h518 * crypto_bignum_to_bin - Set binary buffer to unsigned bignum
525 int crypto_bignum_to_bin(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1028 int crypto_bignum_to_bin(const struct crypto_bignum *a, function
1396 crypto_bignum_to_bin((struct crypto_bignum *) x_bn,
1400 crypto_bignum_to_bin((struct crypto_bignum *) y_bn,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h518 * crypto_bignum_to_bin - Set binary buffer to unsigned bignum
525 int crypto_bignum_to_bin(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1028 int crypto_bignum_to_bin(const struct crypto_bignum *a, function
1396 crypto_bignum_to_bin((struct crypto_bignum *) x_bn,
1400 crypto_bignum_to_bin((struct crypto_bignum *) y_bn,

Completed in 148 milliseconds