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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c 85 static int bn_limit_bits_low=0; variable
86 static int bn_limit_num_low=8; /* (1<<bn_limit_bits_low) */
112 bn_limit_bits_low=low;
128 else if (which == 2) return(bn_limit_bits_low);
  /external/openssl/crypto/bn/
bn_lib.c 85 static int bn_limit_bits_low=0; variable
86 static int bn_limit_num_low=8; /* (1<<bn_limit_bits_low) */
112 bn_limit_bits_low=low;
128 else if (which == 2) return(bn_limit_bits_low);

Completed in 171 milliseconds