Searched defs:detachedContent (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/interfaces/identity/support/tests/ |
H A D | IdentityCredentialSupportTest.cpp | 149 vector<uint8_t> detachedContent = {1, 2, 3}; in TEST() local 199 vector<uint8_t> detachedContent = {1, 2, 3}; in TEST() local 225 vector<uint8_t> detachedContent = {1, 2, 3}; in TEST() local 307 vector<uint8_t> detachedContent = {}; in TEST() local 328 vector<uint8_t> detachedContent = {0x10, 0x11, 0x12, 0x13}; in TEST() local
|
/aosp12/hardware/interfaces/identity/support/src/ |
H A D | IdentityCredentialSupport.cpp | 1575 const vector<uint8_t>& detachedContent) { in coseBuildToBeSigned() 1716 const vector<uint8_t>& detachedContent, in coseSignEcDsa() 1776 const vector<uint8_t>& detachedContent, in coseCheckEcDsaSignature() 2028 const vector<uint8_t>& detachedContent) { in coseBuildToBeMACed() 2051 const vector<uint8_t>& detachedContent) { in coseMac0()
|