Home
last modified time | relevance | path

Searched refs:outProofOfOwnershipSignature (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredential.h67 vector<uint8_t>* outProofOfOwnershipSignature) override;
H A DIdentityCredential.cpp130 const vector<uint8_t>& challenge, vector<uint8_t>* outProofOfOwnershipSignature) { in proveOwnership() argument
157 *outProofOfOwnershipSignature = signature.value(); in proveOwnership()