Searched defs:detachedContent (Results  1 – 2 of 2) sorted by relevance
| /hardware/interfaces/identity/support/tests/ | 
| 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
  | 
| /hardware/interfaces/identity/support/src/ | 
| D | IdentityCredentialSupport.cpp | 1686                                     const vector<uint8_t>& detachedContent) {  in coseBuildToBeSigned() 1827                                         const vector<uint8_t>& detachedContent,  in coseSignEcDsa() 1887                              const vector<uint8_t>& detachedContent,  in coseCheckEcDsaSignature() 2139                                    const vector<uint8_t>& detachedContent) {  in coseBuildToBeMACed() 2162                                    const vector<uint8_t>& detachedContent) {  in coseMac0()
  |