/system/security/provisioner/ |
D | rkp_factory_extraction_lib.cpp | 83 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
|
D | rkp_factory_extraction_lib_test.cpp | 123 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
|
D | rkp_factory_extraction_tool.cpp | 73 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 | 109 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/ |
D | secureclock.rs | 15 pub challenge: i64, field
|
D | types.rs | 58 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/ |
D | IKeystoreAuthorization.aidl | 109 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 | 120 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/ |
D | IGateKeeperService.aidl | 66 GateKeeperResponse verifyChallenge(int userId, long challenge, in byte[] enrolledPasswordHandle, in verifyChallenge()
|
/system/security/identity/ |
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()
|
D | Credential.cpp | 169 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/ |
D | tests.rs | 12 challenge: i64, field
|
/system/security/keystore2/src/ |
D | shared_secret_negotiation.rs | 299 let challenge = match strongbox.getRootOfTrustChallenge() { in transfer_root_of_trust() localVariable
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.cpp | 115 int32_t uid, int64_t challenge, const std::vector<uint8_t>& enrolledPasswordHandle, in verify()
|
/system/keymaster/contexts/ |
D | pure_soft_remote_provisioning_context.cpp | 208 PureSoftRemoteProvisioningContext::BuildCsr(const std::vector<uint8_t>& challenge, in BuildCsr()
|
/system/gatekeeper/ |
D | gatekeeper.cpp | 255 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/security/keystore2/src/km_compat/ |
D | lib.rs | 349 let challenge = 42; in test_secure_clock() localVariable
|