Home
last modified time | relevance | path

Searched defs:attestationChallenge (Results 1 – 25 of 176) sorted by relevance

12345678

/aosp_15_r20/external/android-key-attestation/server/src/main/java/com/google/android/attestation/
H A DParsedAttestationRecord.java50 public final byte[] attestationChallenge; field in ParsedAttestationRecord
86 byte[] attestationChallenge, in ParsedAttestationRecord()
128 byte[] attestationChallenge, in create()
/aosp_15_r20/hardware/interfaces/identity/aidl/vts/
H A DVtsAttestationTests.cpp71 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local
94 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local
H A DUpdateCredentialTests.cpp81 vector<uint8_t> attestationChallenge = {1}; in provisionData() local
164 vector<uint8_t> attestationChallenge = {1}; in TEST_P() local
H A DVtsIWritableIdentityCredentialTests.cpp71 vector<uint8_t> attestationChallenge; in TEST_P() local
94 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local
145 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local
H A DProveOwnershipTests.cpp81 vector<uint8_t> attestationChallenge = {1}; in provisionData() local
H A DAuthenticationKeyTests.cpp83 vector<uint8_t> attestationChallenge = {1}; in TEST_P() local
H A DDeleteCredentialTests.cpp81 vector<uint8_t> attestationChallenge = {1}; in provisionData() local
H A DPresentationSessionTests.cpp92 vector<uint8_t> attestationChallenge = {1}; in provisionSingleDocument() local
H A DTestCredentialTests.cpp79 vector<uint8_t> attestationChallenge = {1}; in TEST_P() local
H A DUtil.h53 vector<uint8_t> attestationChallenge; member
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/securechannel/
H A DAttestationVerifier.java60 @NonNull byte[] attestationChallenge in verifyAttestation()
H A DKeyStoreUtils.java88 static void generateAttestationKeyPair(String alias, byte[] attestationChallenge) in generateAttestationKeyPair()
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java364 byte[] attestationChallenge, in KeyGenParameterSpec()
1606 public Builder setAttestationChallenge(byte[] attestationChallenge) { in setAttestationChallenge()
H A DAttestationUtils.java138 @NonNull int[] idTypes, @NonNull byte[] attestationChallenge) throws in attestDeviceIds()
/aosp_15_r20/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/1/android/hardware/identity/
H A DIWritableIdentityCredential.aidl21 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate()
/aosp_15_r20/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/3/android/hardware/identity/
H A DIWritableIdentityCredential.aidl37 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate()
/aosp_15_r20/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/2/android/hardware/identity/
H A DIWritableIdentityCredential.aidl21 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate()
/aosp_15_r20/hardware/interfaces/identity/aidl/android/hardware/identity/
H A DIWritableIdentityCredential.aidl136 in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate()
/aosp_15_r20/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
H A DIWritableIdentityCredential.aidl37 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/identity/aidl/android.hardware.identity_interface/dump/android/hardware/identity/
DIWritableIdentityCredential.aidl37 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate()
/aosp_15_r20/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/4/android/hardware/identity/
H A DIWritableIdentityCredential.aidl37 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate()
/aosp_15_r20/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/5/android/hardware/identity/
H A DIWritableIdentityCredential.aidl37 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate()
/aosp_15_r20/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
H A DAttestation.java51 private final byte[] attestationChallenge; field in Attestation
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/identity/aidl/android.hardware.identity-V5-cpp-source/gen/include/android/hardware/identity/
DBnWritableIdentityCredential.h43 …ionId, const ::std::vector<uint8_t>& attestationChallenge, ::std::vector<::android::hardware::iden… in getAttestationCertificate()
/aosp_15_r20/cts/tests/security/src/android/keystore/cts/
H A DAttestation.java59 byte[] attestationChallenge; field in Attestation

12345678