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 602 * crypto_bignum_bits - Get size of a bignum in bits
606 int crypto_bignum_bits(const struct crypto_bignum *a);
crypto_openssl.c 997 int crypto_bignum_bits(const struct crypto_bignum *a) function
  /external/wpa_supplicant_8/src/common/
sae.c 119 int order_len_bits = crypto_bignum_bits(sae->tmp->order);

Completed in 134 milliseconds