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

  /system/tpm/trunks/
tpm_utility.h 188 // |modulus_bits| is used to specify the size of the modulus, and
203 int modulus_bits,
tpm_utility_impl.h 98 int modulus_bits,
trunks_factory_for_test.cc 253 int modulus_bits,
262 return target_->CreateRSAKeyPair(key_type, modulus_bits, public_exponent,
tpm_utility_impl.cc     [all...]
  /system/tpm/attestation/server/
pkcs11_key_store.cc 288 CK_ULONG modulus_bits = modulus.size() * 8; local
303 {CKA_MODULUS_BITS, &modulus_bits, sizeof(modulus_bits)},

Completed in 247 milliseconds