Searched refs:testMode (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | VtsRemotelyProvisionedComponentTests.cpp | 189 bool testMode = false; in TEST_P() local 190 auto status = provisionable_->generateEcdsaP256KeyPair(testMode, &macedPubKey, &privateKeyBlob); in TEST_P() 193 check_maced_pubkey(macedPubKey, testMode, &coseKeyData); in TEST_P() 212 bool testMode = false; in TEST_P() local 213 auto status = provisionable_->generateEcdsaP256KeyPair(testMode, &macedPubKey, &privateKeyBlob); in TEST_P() 216 check_maced_pubkey(macedPubKey, testMode, &coseKeyData); in TEST_P() 266 bool testMode = true; in TEST_P() local 267 auto status = provisionable_->generateEcdsaP256KeyPair(testMode, &macedPubKey, &privateKeyBlob); in TEST_P() 270 check_maced_pubkey(macedPubKey, testMode, nullptr); in TEST_P() 286 void generateKeys(bool testMode, size_t numKeys) { in generateKeys() argument [all …]
|
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()
|
D | KeyMintAidlTestBase.h | 347 void check_maced_pubkey(const MacedPublicKey& macedPubKey, bool testMode,
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
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
|
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
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
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
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
|