Searched refs:testMode (Results 1 – 10 of 10) sorted by relevance
/system/keymint/hal/src/ |
D | rpc.rs | 63 testMode: bool, in generateEcdsaP256KeyPair() 67 self.execute(GenerateEcdsaP256KeyPairRequest { test_mode: testMode })?; in generateEcdsaP256KeyPair() 73 testMode: bool, in generateCertificateRequest() 82 test_mode: testMode, in generateCertificateRequest()
|
/system/keymaster/android_keymaster/ |
D | remote_provisioning_utils.cpp | 71 validateAndExtractEekPubAndId(bool testMode, const KeymasterBlob& endpointEncryptionCertChain) { in validateAndExtractEekPubAndId() argument 92 if (!testMode && i == 0) { in validateAndExtractEekPubAndId() 132 validateAndExtractPubkeys(bool testMode, uint32_t numKeys, KeymasterBlob* keysToSign, in validateAndExtractPubkeys() argument 171 if (testMode && !testKey) { in validateAndExtractPubkeys() 174 } else if (!testMode && testKey) { in validateAndExtractPubkeys()
|
/system/keymaster/ng/include/ |
D | AndroidRemotelyProvisionedComponentDevice.h | 39 ScopedAStatus generateEcdsaP256KeyPair(bool testMode, MacedPublicKey* macedPublicKey, 42 ScopedAStatus generateCertificateRequest(bool testMode,
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyRemotelyProvisionedComponentDevice.h | 39 ScopedAStatus generateEcdsaP256KeyPair(bool testMode, MacedPublicKey* macedPublicKey, 42 ScopedAStatus generateCertificateRequest(bool testMode,
|
/system/core/trusty/keymaster/keymint/ |
D | TrustyRemotelyProvisionedComponentDevice.cpp | 93 bool testMode, MacedPublicKey* macedPublicKey, bytevec* privateKeyHandle) { in generateEcdsaP256KeyPair() argument 95 request.test_mode = testMode; in generateEcdsaP256KeyPair() 108 bool testMode, const vector<MacedPublicKey>& keysToSign, in generateCertificateRequest() argument 112 request.test_mode = testMode; in generateCertificateRequest()
|
/system/keymaster/ng/ |
D | AndroidRemotelyProvisionedComponentDevice.cpp | 104 bool testMode, MacedPublicKey* macedPublicKey, bytevec* privateKeyHandle) { in generateEcdsaP256KeyPair() argument 106 request.test_mode = testMode; in generateEcdsaP256KeyPair() 119 bool testMode, const vector<MacedPublicKey>& keysToSign, const bytevec& endpointEncCertChain, in generateCertificateRequest() argument 123 request.test_mode = testMode; in generateCertificateRequest()
|
/system/keymaster/include/keymaster/ |
D | remote_provisioning_utils.h | 70 validateAndExtractEekPubAndId(bool testMode, const KeymasterBlob& endpointEncryptionCertChain); 73 validateAndExtractPubkeys(bool testMode, uint32_t numKeys, KeymasterBlob* keysToSign,
|
D | remote_provisioning_context.h | 39 BuildProtectedDataPayload(bool testMode, //
|
/system/keymaster/include/keymaster/contexts/ |
D | pure_soft_remote_provisioning_context.h | 62 std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc(bool testMode) const;
|
/system/keymaster/contexts/ |
D | pure_soft_remote_provisioning_context.cpp | 127 PureSoftRemoteProvisioningContext::GenerateBcc(bool testMode) const { in GenerateBcc() 132 if (testMode) { in GenerateBcc()
|