Home
last modified time | relevance | path

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

/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/1/android/hardware/security/keymint/
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()
/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/2/android/hardware/security/keymint/
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()
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/
DIRemotelyProvisionedComponent.aidl148 byte[] generateEcdsaP256KeyPair(in boolean testMode, out MacedPublicKey macedPublicKey); in generateEcdsaP256KeyPair()
306 byte[] generateCertificateRequest(in boolean testMode, in MacedPublicKey[] keysToSign, in generateCertificateRequest()
/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/3/android/hardware/security/keymint/
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()
/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/current/android/hardware/security/keymint/
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()
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp283 bool testMode = false; in TEST_P() local
306 bool testMode = false; in TEST_P() local
362 bool testMode = true; in TEST_P() local
387 void generateKeys(bool testMode, size_t numKeys) { in generateKeys()
428 bool testMode = true; in TEST_P() local
455 constexpr bool testMode = true; in TEST_P() local
496 bool testMode = false; in TEST_P() local
511 bool testMode = true; in TEST_P() local
539 bool testMode = false; in TEST_P() local
555 bool testMode = true; in TEST_P() local
[all …]
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils_test.cpp82 validateAndExtractEcdsa256EekPubAndId(bool testMode, in validateAndExtractEcdsa256EekPubAndId()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp2057 void check_cose_key(const vector<uint8_t>& data, bool testMode) { in check_cose_key()
2094 void check_maced_pubkey(const MacedPublicKey& macedPubKey, bool testMode, in check_maced_pubkey()