Searched defs:detachedContent (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/identity/support/tests/ |
D | IdentityCredentialSupportTest.cpp | 242 vector<uint8_t> detachedContent = {1, 2, 3}; in TEST() local 292 vector<uint8_t> detachedContent = {1, 2, 3}; in TEST() local 318 vector<uint8_t> detachedContent = {1, 2, 3}; in TEST() local 400 vector<uint8_t> detachedContent = {}; in TEST() local 421 vector<uint8_t> detachedContent = {0x10, 0x11, 0x12, 0x13}; in TEST() local
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 1486 const vector<uint8_t>& detachedContent) { in coseBuildToBeSigned() 1578 const vector<uint8_t>& detachedContent, in coseSignEcDsa() 1638 const vector<uint8_t>& detachedContent, in coseCheckEcDsaSignature() 1808 const vector<uint8_t>& detachedContent) { in coseBuildToBeMACed() 1831 const vector<uint8_t>& detachedContent) { in coseMac0()
|