Searched refs:docType_ (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/identity/aidl/default/common/ |
D | WritableIdentityCredential.h | 47 docType_(docType), in WritableIdentityCredential() 92 string docType_; variable
|
D | IdentityCredential.cpp | 71 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 …]
|
D | WritableIdentityCredential.cpp | 55 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()
|
D | IdentityCredential.h | 115 string docType_; variable
|