/system/core/trusty/keymaster/keymint/ |
D | TrustyRemotelyProvisionedComponentDevice.cpp | 81 bool testMode, MacedPublicKey* macedPublicKey, bytevec* privateKeyHandle) { in generateEcdsaP256KeyPair() argument 83 request.test_mode = testMode; in generateEcdsaP256KeyPair() 96 bool testMode, const vector<MacedPublicKey>& keysToSign, in generateCertificateRequest() argument 100 request.test_mode = testMode; in generateCertificateRequest()
|
/system/keymaster/ng/include/ |
D | AndroidRemotelyProvisionedComponentDevice.h | 39 ScopedAStatus generateEcdsaP256KeyPair(bool testMode, MacedPublicKey* macedPublicKey, 42 ScopedAStatus generateCertificateRequest(bool testMode,
|
/system/keymaster/ng/ |
D | AndroidRemotelyProvisionedComponentDevice.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, const bytevec& endpointEncCertChain, in generateCertificateRequest() argument 112 request.test_mode = testMode; in generateCertificateRequest()
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyRemotelyProvisionedComponentDevice.h | 39 ScopedAStatus generateEcdsaP256KeyPair(bool testMode, MacedPublicKey* macedPublicKey, 42 ScopedAStatus generateCertificateRequest(bool testMode,
|
/system/keymaster/android_keymaster/ |
D | remote_provisioning_utils.cpp | 67 validateAndExtractEekPubAndId(bool testMode, const KeymasterBlob& endpointEncryptionCertChain) { in validateAndExtractEekPubAndId() argument 88 if (!testMode && i == 0) { in validateAndExtractEekPubAndId() 128 validateAndExtractPubkeys(bool testMode, uint32_t numKeys, KeymasterBlob* keysToSign, in validateAndExtractPubkeys() argument 167 if (testMode && !testKey) { in validateAndExtractPubkeys() 170 } else if (!testMode && testKey) { in validateAndExtractPubkeys()
|
/system/keymaster/include/keymaster/ |
D | remote_provisioning_utils.h | 69 validateAndExtractEekPubAndId(bool testMode, const KeymasterBlob& endpointEncryptionCertChain); 72 validateAndExtractPubkeys(bool testMode, uint32_t numKeys, KeymasterBlob* keysToSign,
|
D | remote_provisioning_context.h | 37 virtual std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc(bool testMode) const = 0;
|
/system/security/provisioner/binder/android/security/provisioner/ |
D | IProvisionerService.aidl | 23 byte[] getCertificateRequest(in boolean testMode, in getCertificateRequest() argument
|
/system/keymaster/contexts/ |
D | pure_soft_remote_provisioning_context.cpp | 88 PureSoftRemoteProvisioningContext::GenerateBcc(bool testMode) const { in GenerateBcc() 93 if (testMode) { in GenerateBcc()
|
/system/keymaster/include/keymaster/contexts/ |
D | pure_soft_remote_provisioning_context.h | 35 std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc(bool testMode) const override;
|
/system/security/keystore2/aidl/android/security/remoteprovisioning/ |
D | IRemoteProvisioning.aidl | 94 byte[] generateCsr(in boolean testMode, in int numCsr, in byte[] eek, in byte[] challenge, in generateCsr() argument
|