OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:modulus_bits
(Results
1 - 5
of
5
) sorted by null
/system/tpm/trunks/
trunks_factory_for_test.cc
253
int
modulus_bits
,
262
return target_->CreateRSAKeyPair(key_type,
modulus_bits
, public_exponent,
tpm_utility_impl.h
98
int
modulus_bits
,
tpm_utility.h
188
// |
modulus_bits
| is used to specify the size of the modulus, and
203
int
modulus_bits
,
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 84 milliseconds