Home
last modified time | relevance | path

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

12

/system/security/provisioner/
Drkp_factory_extraction_lib.cpp62 std::vector<uint8_t> challenge(kChallengeSize); in generateChallenge() local
86 const std::vector<uint8_t>& challenge, in composeCertificateRequestV1()
132 const std::vector<uint8_t> challenge = generateChallenge(); in getCsrV1() local
165 const std::vector<uint8_t> challenge = generateChallenge(); in selfTestGetCsrV1() local
212 const std::vector<uint8_t> challenge = generateChallenge(); in getCsrV3() local
Drkp_factory_extraction_lib_test.cpp219 const std::vector<uint8_t> challenge = generateChallenge(); in TEST() local
256 std::vector<uint8_t> challenge; in TEST() local
335 std::vector<uint8_t> challenge; in TEST() local
370 std::vector<uint8_t> challenge; in TEST() local
394 std::vector<uint8_t> challenge; in TEST() local
/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.rs29 pub challenge: i64, field
Dtypes.rs97 pub challenge: i64, field
221 pub challenge: [u8; 16], field
311 pub challenge: Vec<u8>, field
322 pub challenge: Vec<u8>, field
348 pub challenge: i64, field
/system/keymaster/ng/
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()
DAndroidSecureClock.cpp41 ScopedAStatus AndroidSecureClock::generateTimeStamp(int64_t challenge, TimeStampToken* token) { in generateTimeStamp()
/system/see/authmgr/authmgr-common/src/
Dsigned_connection_request.rs114 challenge: Challenge, field
159 let challenge: Challenge = match connection_req_cbor_array.remove(0) { in from_cbor_value() localVariable
293 let mut challenge = [0u8; 32]; in test_sign_verify_connection_request() localVariable
/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/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/authorization/
DIKeystoreAuthorization.aidl168 AuthorizationTokens getAuthTokensForCredStore(in long challenge, in long secureUserId, in getAuthTokensForCredStore()
/system/keymint/hal/src/hal/
Dtests.rs26 challenge: i64, field
/system/security/keystore2/src/
Dshared_secret_negotiation.rs295 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/security/keystore2/tests/
Duser_auth.rs558 let challenge = child_handle.recv_or_die().0.expect("no challenge"); in test_auth_bound_per_op_with_gk() localVariable
721 let challenge = child_handle.recv_or_die().0.expect("no challenge"); in test_auth_bound_per_op_with_gk_failure() localVariable
/system/gatekeeper/
Dgatekeeper.cpp255 uint64_t challenge) { in MintAuthToken()
Dgatekeeper_messages.cpp161 VerifyRequest::VerifyRequest(uint32_t user_id, uint64_t challenge, in VerifyRequest()
/system/keymaster/ng/include/
DAndroidKeymaster41Device.h86 Return<void> verifyAuthorization(uint64_t challenge, in verifyAuthorization()
/system/see/authmgr/authmgr-be/src/
Dtests.rs226 let challenge: Challenge = authmgr_be in test_auth_mgr_protocol_succeeds_single_pvm() localVariable
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h181 uint64_t challenge; member

12