Searched refs:kDecryptKey (Results 1 - 4 of 4) sorted by relevance

/system/tpm/trunks/
H A Dtpm_utility.h43 enum AsymmetricKeyUsage { kDecryptKey, kSignKey, kDecryptAndSignKey }; enumerator in enum:trunks::TpmUtility::AsymmetricKeyUsage
H A Dtrunks_client_test.cc150 TpmUtility::AsymmetricKeyUsage::kDecryptKey, 2048, 0x10001,
207 TpmUtility::AsymmetricKeyUsage::kDecryptKey, 2048, 0x10001, "old_pass",
249 TpmUtility::AsymmetricKeyUsage::kDecryptKey, 2048, 0x10001, "", "",
258 TpmUtility::AsymmetricKeyUsage::kDecryptKey, 2048, 0x10001, "", "",
H A Dtpm_utility_test.cc1136 utility_.ImportRSAKey(TpmUtility::AsymmetricKeyUsage::kDecryptKey,
1188 utility_.ImportRSAKey(TpmUtility::AsymmetricKeyUsage::kDecryptKey,
1202 utility_.ImportRSAKey(TpmUtility::AsymmetricKeyUsage::kDecryptKey,
1214 utility_.ImportRSAKey(TpmUtility::AsymmetricKeyUsage::kDecryptKey,
1227 utility_.ImportRSAKey(TpmUtility::AsymmetricKeyUsage::kDecryptKey,
1269 TpmUtility::AsymmetricKeyUsage::kDecryptKey, 2048, 0x10001,
1315 utility_.CreateRSAKeyPair(TpmUtility::AsymmetricKeyUsage::kDecryptKey,
H A Dtpm_utility_impl.cc773 case AsymmetricKeyUsage::kDecryptKey:
859 case AsymmetricKeyUsage::kDecryptKey:

Completed in 73 milliseconds