Home
last modified time | relevance | path

Searched refs:docType_ (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredential.cpp71 docType_ = docTypeItem->value(); in initialize()
75 if (!hwProxy_->initialize(testCredential_, docType_, encryptedCredentialKeys_)) { in initialize()
101 cppbor::Array array = {"ProofOfDeletion", docType_, testCredential_}; in deleteCredentialCommon()
103 array = {"ProofOfDeletion", docType_, challenge, testCredential_}; in deleteCredentialCommon()
110 docType_, challenge, includeChallenge, proofOfDeletionCbor.size()); in deleteCredentialCommon()
137 array = {"ProofOfOwnership", docType_, challenge, testCredential_}; in proveOwnership()
142 docType_, testCredential_, challenge, proofOfOwnershipCbor.size()); in proveOwnership()
551 if (!hwProxy_->calcMacKey(sessionTranscript_, pubKeyP256, signingKeyBlob, docType_, in startRetrieval()
873 hwProxy_->generateSigningKeyPair(docType_, now); in generateSigningKeyPair()
890 ndk::SharedRefBase::make<WritableIdentityCredential>(hwProxy, docType_, in updateCredential()
H A DWritableIdentityCredential.cpp55 if (!hwProxy_->initializeForUpdate(testCredential_, docType_, encryptedCredentialKeys)) { in initializeForUpdate()
129 if (!hwProxy_->startPersonalization(accessControlProfileCount, entryCounts, docType_, in startPersonalization()
355 .add(docType_) in finishAddingEntries()
386 optional<vector<uint8_t>> encryptedCredentialKeys = hwProxy_->finishGetCredentialData(docType_); in finishAddingEntries()
393 array.add(docType_); in finishAddingEntries()
H A DWritableIdentityCredential.h45 : hwProxy_(hwProxy), docType_(docType), testCredential_(testCredential) {} in WritableIdentityCredential()
84 string docType_; variable
H A DIdentityCredential.h104 string docType_; variable
/aosp12/system/security/identity/
H A DWritableCredential.h64 string docType_; variable
H A DWritableCredential.cpp45 : dataPath_(dataPath), credentialName_(credentialName), docType_(docType), isUpdate_(isUpdate), in WritableCredential()
158 array.add(docType_); in calcExpectedProofOfProvisioningSize()