Home
last modified time | relevance | path

Searched refs:testMode (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_remotely_provisioned_component.cpp72 bool testMode, MacedPublicKey* macedPublicKey, in generateEcdsaP256KeyPair() argument
75 request.test_mode = testMode; in generateEcdsaP256KeyPair()
88 bool testMode, const std::vector<MacedPublicKey>& keysToSign, in generateCertificateRequest() argument
93 request.test_mode = testMode; in generateCertificateRequest()
Dremote_remotely_provisioned_component.h40 bool testMode, MacedPublicKey* macedPublicKey,
44 bool testMode, const std::vector<MacedPublicKey>& keysToSign,
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_remote_provisioning_context.cpp114 TpmRemoteProvisioningContext::GenerateBcc(bool testMode) const { in GenerateBcc()
119 if (testMode) { in GenerateBcc()
Dtpm_remote_provisioning_context.h50 bool testMode) const;