Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DWritableIdentityCredential.h47 docType_(docType), in WritableIdentityCredential()
92 string docType_; variable
DIdentityCredential.cpp71 docType_ = docTypeItem->value(); in initialize()
99 if (!hwProxy_->initialize(sessionId, testCredential_, docType_, encryptedCredentialKeys_)) { in ensureHwProxy()
133 cppbor::Array array = {"ProofOfDeletion", docType_, testCredential_}; in deleteCredentialCommon()
135 array = {"ProofOfDeletion", docType_, challenge, testCredential_}; in deleteCredentialCommon()
142 docType_, challenge, includeChallenge, proofOfDeletionCbor.size()); in deleteCredentialCommon()
177 array = {"ProofOfOwnership", docType_, challenge, testCredential_}; in proveOwnership()
182 docType_, testCredential_, challenge, proofOfOwnershipCbor.size()); in proveOwnership()
625 sessionTranscript_, eReaderKeyP256, signingKeyBlob, docType_, in startRetrieval()
638 docType_, numNamespacesWithValues, in startRetrieval()
1024 hwProxy_->generateSigningKeyPair(docType_, now); in generateSigningKeyPair()
[all …]
DWritableIdentityCredential.cpp55 if (!hwProxy_->initializeForUpdate(testCredential_, docType_, encryptedCredentialKeys)) { in initializeForUpdate()
142 if (!hwProxy_->startPersonalization(accessControlProfileCount, entryCounts, docType_, in startPersonalization()
368 .add(docType_) in finishAddingEntries()
399 optional<vector<uint8_t>> encryptedCredentialKeys = hwProxy_->finishGetCredentialData(docType_); in finishAddingEntries()
406 array.add(docType_); in finishAddingEntries()
DIdentityCredential.h115 string docType_; variable