Home
last modified time | relevance | path

Searched defs:challenge (Results 1 – 25 of 26) sorted by relevance

12

/system/security/provisioner/
Drkp_factory_extraction_tool.cpp53 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/
DIProvisionerService.aidl26 in byte[] challenge) = 0; in getCertificateRequest()
/system/security/identity/binder/android/security/identity/
DIWritableCredential.aidl26 byte[] getCredentialKeyCertificateChain(in byte[] challenge); in getCredentialKeyCertificateChain()
DICredential.aidl45 byte[] deleteWithChallenge(in byte[] challenge); in deleteWithChallenge()
47 byte[] proveOwnership(in byte[] challenge); in proveOwnership()
/system/core/trusty/keymaster/keymint/
DTrustySecureClock.cpp28 ::ndk::ScopedAStatus TrustySecureClock::generateTimeStamp(int64_t challenge, in generateTimeStamp()
DTrustyRemotelyProvisionedComponentDevice.cpp97 const bytevec& endpointEncCertChain, const bytevec& challenge, DeviceInfo* deviceInfo, in generateCertificateRequest()
/system/security/keystore2/aidl/android/security/authorization/
DIKeystoreAuthorization.aidl114 AuthorizationTokens getAuthTokensForCredStore(in long challenge, in long secureUserId, in getAuthTokensForCredStore()
/system/keymaster/ng/
DAndroidSecureClock.cpp41 ScopedAStatus AndroidSecureClock::generateTimeStamp(int64_t challenge, TimeStampToken* token) { in generateTimeStamp()
DAndroidRemotelyProvisionedComponentDevice.cpp109 const bytevec& challenge, DeviceInfo* deviceInfo, ProtectedData* protectedData, in generateCertificateRequest()
DAndroidKeymaster4Device.cpp276 uint64_t challenge, const hidl_vec<KeyParameter>& parametersToVerify, in verifyAuthorization()
/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl66 GateKeeperResponse verifyChallenge(int userId, long challenge, in byte[] enrolledPasswordHandle, in verifyChallenge()
/system/security/keystore2/aidl/android/security/remoteprovisioning/
DIRemoteProvisioning.aidl94 byte[] generateCsr(in boolean testMode, in int numCsr, in byte[] eek, in byte[] challenge, in generateCsr()
/system/security/identity/
DCredential.cpp150 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()
DWritableCredential.cpp54 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/
Dtrusty_gatekeeper.cpp100 uint32_t uid, uint64_t challenge, in verify()
/system/gatekeeper/
Dgatekeeper.cpp242 uint64_t challenge) { in MintAuthToken()
Dgatekeeper_messages.cpp161 VerifyRequest::VerifyRequest(uint32_t user_id, uint64_t challenge, in VerifyRequest()
/system/security/keystore/tests/
Dauth_token_table_test.cpp65 static HardwareAuthToken make_token(uint64_t rsid, uint64_t ssid = 0, uint64_t challenge = 0, in make_token()
/system/keymaster/ng/include/
DAndroidKeymaster41Device.h86 Return<void> verifyAuthorization(uint64_t challenge, in verifyAuthorization()
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h179 uint64_t challenge; member
/system/security/keystore2/src/km_compat/
Dlib.rs349 let challenge = 42; in test_secure_clock() localVariable
/system/core/gatekeeperd/
Dgatekeeperd.cpp249 Status verifyChallenge(int32_t userId, int64_t challenge, in verifyChallenge()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp310 uint64_t challenge, const hidl_vec<KeyParameter>& parametersToVerify, in verifyAuthorization()
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h408 KeymasterBlob challenge; member
1086 uint64_t challenge; member
/system/security/keystore2/src/
Ddatabase.rs819 pub fn challenge(&self) -> i64 { in challenge() method

12