Home
last modified time | relevance | path

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

12

/system/security/provisioner/
Drkp_factory_extraction_lib.cpp83 std::vector<uint8_t> challenge(kChallengeSize); in generateChallenge() local
106 const std::vector<uint8_t>& challenge, in composeCertificateRequestV1()
152 const std::vector<uint8_t> challenge = generateChallenge(); in getCsrV1() local
184 const std::vector<uint8_t> challenge = generateChallenge(); in selfTestGetCsrV1() local
230 const std::vector<uint8_t> challenge = generateChallenge(); in getCsrV3() local
Drkp_factory_extraction_lib_test.cpp123 const std::vector<uint8_t> challenge = generateChallenge(); in TEST() local
160 std::vector<uint8_t> challenge; in TEST() local
238 std::vector<uint8_t> challenge; in TEST() local
Drkp_factory_extraction_tool.cpp73 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.cpp109 const bytevec& endpointEncCertChain, const bytevec& challenge, DeviceInfo* deviceInfo, in generateCertificateRequest()
133 const std::vector<MacedPublicKey>& keysToSign, const std::vector<uint8_t>& challenge, in generateCertificateRequestV2()
/system/keymint/wire/src/
Dsecureclock.rs15 pub challenge: i64, field
Dtypes.rs58 pub challenge: i64, field
189 pub challenge: [u8; 16], field
271 pub challenge: Vec<u8>, field
282 pub challenge: Vec<u8>, field
308 pub challenge: i64, field
/system/security/keystore2/aidl/android/security/authorization/
DIKeystoreAuthorization.aidl109 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.cpp120 const bytevec& challenge, DeviceInfo* deviceInfo, ProtectedData* protectedData, in generateCertificateRequest()
147 const std::vector<MacedPublicKey>& keysToSign, const std::vector<uint8_t>& challenge, in generateCertificateRequestV2()
/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl66 GateKeeperResponse verifyChallenge(int userId, long challenge, in byte[] enrolledPasswordHandle, in verifyChallenge()
/system/security/identity/
DWritableCredential.cpp54 Status WritableCredential::ensureAttestationCertificateExists(const vector<uint8_t>& challenge) { in ensureAttestationCertificateExists()
85 Status WritableCredential::getCredentialKeyCertificateChain(const vector<uint8_t>& challenge, in getCredentialKeyCertificateChain()
DCredential.cpp169 int64_t challenge; in ensureChallenge() local
195 bool getTokensFromKeystore2(uint64_t challenge, uint64_t secureUserId, in getTokensFromKeystore2()
611 Status Credential::deleteWithChallenge(const vector<uint8_t>& challenge, in deleteWithChallenge()
644 Status Credential::proveOwnership(const vector<uint8_t>& challenge, vector<uint8_t>* _aidl_return) { in proveOwnership()
/system/keymint/hal/src/hal/
Dtests.rs12 challenge: i64, field
/system/security/keystore2/src/
Dshared_secret_negotiation.rs299 let challenge = match strongbox.getRootOfTrustChallenge() { in transfer_root_of_trust() localVariable
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp115 int32_t uid, int64_t challenge, const std::vector<uint8_t>& enrolledPasswordHandle, in verify()
/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp208 PureSoftRemoteProvisioningContext::BuildCsr(const std::vector<uint8_t>& challenge, in BuildCsr()
/system/gatekeeper/
Dgatekeeper.cpp255 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/security/keystore2/src/km_compat/
Dlib.rs349 let challenge = 42; in test_secure_clock() localVariable

12