HomeSort by relevance Sort by last modified time
    Searched defs:mod_size (Results 1 - 4 of 4) sorted by null

  /external/libchrome/crypto/
rsa_private_key.cc 149 int mod_size = modulus_.size(); local
150 READ_ASSERT(mod_size % 2 == 0);
151 int primes_size = mod_size / 2;
154 !ReadIntegerWithExpectedSize(&src, end, mod_size, &private_exponent_) ||
  /external/webrtc/webrtc/base/
sslidentity.h 129 unsigned int mod_size; member in struct:rtc::RSAParams
141 static KeyParams RSA(int mod_size = kRsaDefaultModSize,
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 626 size_t mod_size = (mod+1) << lg_delta; local
628 size_t usize = grp_size + mod_size;
  /toolchain/binutils/binutils-2.25/include/
oasys.h 59 unsigned int mod_size; member in struct:oasys_module_table
73 bfd_byte mod_size[4]; member in struct:oasys_extmodule_table_a
86 bfd_byte mod_size[4]; member in struct:oasys_extmodule_table_b

Completed in 2263 milliseconds