Home
last modified time | relevance | path

Searched defs:testMode (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp189 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 DKeyMintAidlTestBase.cpp1571 void check_cose_key(const vector<uint8_t>& data, bool testMode) { in check_cose_key()
1606 void check_maced_pubkey(const MacedPublicKey& macedPubKey, bool testMode, in check_maced_pubkey()
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DIRemotelyProvisionedComponent.aidl39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair()
40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest()
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DIRemotelyProvisionedComponent.aidl39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair()
40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest()
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIRemotelyProvisionedComponent.aidl142 byte[] generateEcdsaP256KeyPair(in boolean testMode, out MacedPublicKey macedPublicKey); in generateEcdsaP256KeyPair()
291 byte[] generateCertificateRequest(in boolean testMode, in MacedPublicKey[] keysToSign, in generateCertificateRequest()
/aosp12/system/security/provisioner/binder/android/security/provisioner/
H A DIProvisionerService.aidl23 byte[] getCertificateRequest(in boolean testMode, in getCertificateRequest()
/aosp12/system/keymaster/android_keymaster/
H A Dremote_provisioning_utils.cpp67 validateAndExtractEekPubAndId(bool testMode, const KeymasterBlob& endpointEncryptionCertChain) { in validateAndExtractEekPubAndId()
128 validateAndExtractPubkeys(bool testMode, uint32_t numKeys, KeymasterBlob* keysToSign, in validateAndExtractPubkeys()
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyRemotelyProvisionedComponentDevice.cpp81 bool testMode, MacedPublicKey* macedPublicKey, bytevec* privateKeyHandle) { in generateEcdsaP256KeyPair()
96 bool testMode, const vector<MacedPublicKey>& keysToSign, in generateCertificateRequest()
/aosp12/system/keymaster/ng/
H A DAndroidRemotelyProvisionedComponentDevice.cpp93 bool testMode, MacedPublicKey* macedPublicKey, bytevec* privateKeyHandle) { in generateEcdsaP256KeyPair()
108 bool testMode, const vector<MacedPublicKey>& keysToSign, const bytevec& endpointEncCertChain, in generateCertificateRequest()
/aosp12/system/security/keystore2/aidl/android/security/remoteprovisioning/
H A DIRemoteProvisioning.aidl94 byte[] generateCsr(in boolean testMode, in int numCsr, in byte[] eek, in byte[] challenge, in generateCsr()
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
H A DSystemInterface.java73 public static byte[] generateCsr(boolean testMode, int numKeys, int secLevel, in generateCsr()
/aosp12/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp34 int testMode; member
/aosp12/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp367 int testMode = TEST_LATENCY; in parseTestMode() local
438 int testMode = TEST_LATENCY; in main() local
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
H A DSpeedMeasurementController.java163 private ReaderThread(UsbDevice device, UsbDeviceConnection conn, int testMode) { in ReaderThread()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java176 public void setTestMode(int testMode) { in setTestMode()
H A DSapMessage.java329 public void setTestMode(int testMode) { in setTestMode()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4439 int testMode = ApplicationThreadConstants.DEBUG_OFF; in attachApplicationLocked() local