OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_bignum_to_bin
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.c
181
if (
crypto_bignum_to_bin
(sae->tmp->prime, prime, sizeof(prime),
581
crypto_bignum_to_bin
(K, k, SAE_MAX_PRIME_LEN, sae->tmp->prime_len) <
622
crypto_bignum_to_bin
(tmp, val, sizeof(val), sae->tmp->prime_len);
662
crypto_bignum_to_bin
(sae->tmp->own_commit_scalar, pos,
677
crypto_bignum_to_bin
(sae->tmp->own_commit_element_ffc, pos,
808
if (
crypto_bignum_to_bin
(sae->tmp->prime, prime, sizeof(prime),
941
crypto_bignum_to_bin
(scalar1, scalar_b1, sizeof(scalar_b1),
947
crypto_bignum_to_bin
(scalar2, scalar_b2, sizeof(scalar_b2),
988
crypto_bignum_to_bin
(element1, element_b1, sizeof(element_b1),
990
crypto_bignum_to_bin
(element2, element_b2, sizeof(element_b2)
[
all
...]
/external/wpa_supplicant_8/src/crypto/
crypto.h
495
*
crypto_bignum_to_bin
- Set binary buffer to unsigned bignum
502
int
crypto_bignum_to_bin
(const struct crypto_bignum *a,
crypto_openssl.c
854
int
crypto_bignum_to_bin
(const struct crypto_bignum *a,
function
1136
crypto_bignum_to_bin
((struct crypto_bignum *) x_bn,
1140
crypto_bignum_to_bin
((struct crypto_bignum *) y_bn,
Completed in 55 milliseconds