/system/security/provisioner/ |
D | rkp_factory_extraction_tool.cpp | 53 std::vector<uint8_t> challenge(kChallengeSize); in generateChallenge() local 72 const std::vector<uint8_t>& challenge, in composeCertificateRequest() 129 const std::vector<uint8_t> challenge = generateChallenge(); in getCsrForInstance() local
|
/system/security/provisioner/binder/android/security/provisioner/ |
D | IProvisionerService.aidl | 26 in byte[] challenge) = 0; in getCertificateRequest()
|
/system/security/identity/binder/android/security/identity/ |
D | IWritableCredential.aidl | 26 byte[] getCredentialKeyCertificateChain(in byte[] challenge); in getCredentialKeyCertificateChain()
|
D | ICredential.aidl | 45 byte[] deleteWithChallenge(in byte[] challenge); in deleteWithChallenge() 47 byte[] proveOwnership(in byte[] challenge); in proveOwnership()
|
/system/core/trusty/keymaster/keymint/ |
D | TrustySecureClock.cpp | 28 ::ndk::ScopedAStatus TrustySecureClock::generateTimeStamp(int64_t challenge, in generateTimeStamp()
|
D | TrustyRemotelyProvisionedComponentDevice.cpp | 97 const bytevec& endpointEncCertChain, const bytevec& challenge, DeviceInfo* deviceInfo, in generateCertificateRequest()
|
/system/security/keystore2/aidl/android/security/authorization/ |
D | IKeystoreAuthorization.aidl | 114 AuthorizationTokens getAuthTokensForCredStore(in long challenge, in long secureUserId, in getAuthTokensForCredStore()
|
/system/keymaster/ng/ |
D | AndroidSecureClock.cpp | 41 ScopedAStatus AndroidSecureClock::generateTimeStamp(int64_t challenge, TimeStampToken* token) { in generateTimeStamp()
|
D | AndroidRemotelyProvisionedComponentDevice.cpp | 109 const bytevec& challenge, DeviceInfo* deviceInfo, ProtectedData* protectedData, in generateCertificateRequest()
|
D | AndroidKeymaster4Device.cpp | 276 uint64_t challenge, const hidl_vec<KeyParameter>& parametersToVerify, in verifyAuthorization()
|
/system/core/gatekeeperd/binder/android/service/gatekeeper/ |
D | IGateKeeperService.aidl | 66 GateKeeperResponse verifyChallenge(int userId, long challenge, in byte[] enrolledPasswordHandle, in verifyChallenge()
|
/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()
|
/system/security/identity/ |
D | Credential.cpp | 150 int64_t challenge; in ensureChallenge() local 167 bool getTokensFromKeystore2(uint64_t challenge, uint64_t secureUserId, in getTokensFromKeystore2() 541 Status Credential::deleteWithChallenge(const vector<uint8_t>& challenge, in deleteWithChallenge() 568 Status Credential::proveOwnership(const vector<uint8_t>& challenge, vector<uint8_t>* _aidl_return) { in proveOwnership()
|
D | WritableCredential.cpp | 54 Status WritableCredential::ensureAttestationCertificateExists(const vector<uint8_t>& challenge) { in ensureAttestationCertificateExists() 85 Status WritableCredential::getCredentialKeyCertificateChain(const vector<uint8_t>& challenge, in getCredentialKeyCertificateChain()
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.cpp | 100 uint32_t uid, uint64_t challenge, in verify()
|
/system/gatekeeper/ |
D | gatekeeper.cpp | 242 uint64_t challenge) { in MintAuthToken()
|
D | gatekeeper_messages.cpp | 161 VerifyRequest::VerifyRequest(uint32_t user_id, uint64_t challenge, in VerifyRequest()
|
/system/security/keystore/tests/ |
D | auth_token_table_test.cpp | 65 static HardwareAuthToken make_token(uint64_t rsid, uint64_t ssid = 0, uint64_t challenge = 0, in make_token()
|
/system/keymaster/ng/include/ |
D | AndroidKeymaster41Device.h | 86 Return<void> verifyAuthorization(uint64_t challenge, in verifyAuthorization()
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper_messages.h | 179 uint64_t challenge; member
|
/system/security/keystore2/src/km_compat/ |
D | lib.rs | 349 let challenge = 42; in test_secure_clock() localVariable
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 249 Status verifyChallenge(int32_t userId, int64_t challenge, in verifyChallenge()
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 310 uint64_t challenge, const hidl_vec<KeyParameter>& parametersToVerify, in verifyAuthorization()
|
/system/keymaster/include/keymaster/ |
D | android_keymaster_messages.h | 408 KeymasterBlob challenge; member 1086 uint64_t challenge; member
|
/system/security/keystore2/src/ |
D | database.rs | 819 pub fn challenge(&self) -> i64 { in challenge() method
|