/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | VtsRemotelyProvisionedComponentTests.cpp | 189 bool testMode = false; in TEST_P() local 212 bool testMode = false; in TEST_P() local 266 bool testMode = true; in TEST_P() local 380 bool testMode = true; in TEST_P() local 442 bool testMode = false; in TEST_P() local 457 bool testMode = true; in TEST_P() local 482 bool testMode = false; in TEST_P() local 498 bool testMode = true; in TEST_P() local 516 bool testMode = false; in TEST_P() local 535 bool testMode = false; in TEST_P() local [all …]
|
H A D | KeyMintAidlTestBase.cpp | 1571 void check_cose_key(const vector<uint8_t>& data, bool testMode) { in check_cose_key() argument 1576 if (testMode) { in check_cose_key() 1606 void check_maced_pubkey(const MacedPublicKey& macedPubKey, bool testMode, in check_maced_pubkey() argument 1627 check_cose_key(payload->value(), testMode); in check_maced_pubkey() 1642 if (testMode) { in check_maced_pubkey()
|
H A D | KeyMintAidlTestBase.h | 347 void check_maced_pubkey(const MacedPublicKey& macedPubKey, bool testMode,
|
/aosp12/system/core/trusty/keymaster/keymint/ |
H A 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()
|
/aosp12/system/keymaster/ng/ |
H A 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()
|
/aosp12/frameworks/av/media/libaaudio/examples/loopback/src/ |
H A D | loopback.cpp | 367 int testMode = TEST_LATENCY; in parseTestMode() local 372 testMode = TEST_GLITCHES; in parseTestMode() 376 testMode = TEST_LATENCY; in parseTestMode() 379 testMode = TEST_FILE_LATENCY; in parseTestMode() 385 return testMode; in parseTestMode() 438 int testMode = TEST_LATENCY; in main() local 490 testMode = parseTestMode(arg[2]); in main() 518 switch(testMode) { in main() 587 if (testMode == TEST_GLITCHES in main() 714 if (testMode == TEST_GLITCHES) { in main()
|
/aosp12/system/keymaster/android_keymaster/ |
H A 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()
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
H A D | IRemotelyProvisionedComponent.aidl | 39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() argument 40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest() argument
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
H A D | IRemotelyProvisionedComponent.aidl | 39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() argument 40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest() argument
|
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
H A D | IRemotelyProvisionedComponent.aidl | 142 byte[] generateEcdsaP256KeyPair(in boolean testMode, out MacedPublicKey macedPublicKey); in generateEcdsaP256KeyPair() argument 291 byte[] generateCertificateRequest(in boolean testMode, in MacedPublicKey[] keysToSign, in generateCertificateRequest() argument
|
/aosp12/system/keymaster/ng/include/ |
H A D | AndroidRemotelyProvisionedComponentDevice.h | 39 ScopedAStatus generateEcdsaP256KeyPair(bool testMode, MacedPublicKey* macedPublicKey, 42 ScopedAStatus generateCertificateRequest(bool testMode,
|
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/ |
H A D | TrustyRemotelyProvisionedComponentDevice.h | 39 ScopedAStatus generateEcdsaP256KeyPair(bool testMode, MacedPublicKey* macedPublicKey, 42 ScopedAStatus generateCertificateRequest(bool testMode,
|
/aosp12/frameworks/wilhelm/tests/listening/ |
H A D | slesTest_playMuteSolo.cpp | 34 int testMode; member 114 switch (context->testMode) { in PlayEventCallback() 293 context.testMode = TEST_MUTE; in TestPlayUri() 351 context.testMode = TEST_MUTE; in TestPlayUri() 357 context.testMode = TEST_SOLO; in TestPlayUri()
|
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/ |
H A D | SystemInterface.java | 73 public static byte[] generateCsr(boolean testMode, int numKeys, int secLevel, in generateCsr() argument 77 Log.i(TAG, "Packaging " + numKeys + " keys into a CSR. Test: " + testMode); in generateCsr() 79 byte[] macedPublicKeys = binder.generateCsr(testMode, in generateCsr()
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | remote_provisioning_utils.h | 69 validateAndExtractEekPubAndId(bool testMode, const KeymasterBlob& endpointEncryptionCertChain); 72 validateAndExtractPubkeys(bool testMode, uint32_t numKeys, KeymasterBlob* keysToSign,
|
H A D | remote_provisioning_context.h | 37 virtual std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc(bool testMode) const = 0;
|
/aosp12/system/keymaster/contexts/ |
H A D | pure_soft_remote_provisioning_context.cpp | 88 PureSoftRemoteProvisioningContext::GenerateBcc(bool testMode) const { in GenerateBcc() 93 if (testMode) { in GenerateBcc()
|
/aosp12/system/security/provisioner/binder/android/security/provisioner/ |
H A D | IProvisionerService.aidl | 23 byte[] getCertificateRequest(in boolean testMode, in getCertificateRequest() argument
|
/aosp12/system/keymaster/include/keymaster/contexts/ |
H A D | pure_soft_remote_provisioning_context.h | 35 std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc(bool testMode) const override;
|
/aosp12/system/security/keystore2/aidl/android/security/remoteprovisioning/ |
H A D | IRemoteProvisioning.aidl | 94 byte[] generateCsr(in boolean testMode, in int numCsr, in byte[] eek, in byte[] challenge, in generateCsr() argument
|
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/ |
H A D | SpeedMeasurementController.java | 163 private ReaderThread(UsbDevice device, UsbDeviceConnection conn, int testMode) { in ReaderThread() argument 167 mMode = testMode; in ReaderThread()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
H A D | SapMessage.java | 329 public void setTestMode(int testMode) { in setTestMode() argument 330 this.mTestMode = testMode; in setTestMode()
|
H A D | SapServer.java | 176 public void setTestMode(int testMode) { in setTestMode() argument 178 mTestMode = testMode; in setTestMode()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 4439 int testMode = ApplicationThreadConstants.DEBUG_OFF; in attachApplicationLocked() local 4441 testMode = mWaitForDebugger in attachApplicationLocked() 4531 instr2.mUiAutomationConnection, testMode, in attachApplicationLocked() 4541 null, null, null, testMode, in attachApplicationLocked()
|