HomeSort by relevance Sort by last modified time
    Searched refs:crypto_bignum_bits (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto.h 619 * crypto_bignum_bits - Get size of a bignum in bits
623 int crypto_bignum_bits(const struct crypto_bignum *a);
crypto_openssl.c 1300 int crypto_bignum_bits(const struct crypto_bignum *a) function
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.c 120 int order_len_bits = crypto_bignum_bits(sae->tmp->order);
    [all...]

Completed in 7218 milliseconds