Home
last modified time | relevance | path

Searched refs:tagged (Results 1 – 3 of 3) sorted by relevance

/trusty/user/base/lib/apploader_package/include/apploader/
Dcose.h127 bool tagged);
226 bool tagged);
/trusty/user/base/lib/scudo/test/srv/
Dscudo_app.cpp104 uint64_t tagged = reinterpret_cast<uint64_t>(taggedptr); in retagged() local
105 uint64_t tag = tagged & 0x0f00000000000000; in retagged()
106 uint64_t untagged = tagged & 0x00ffffffffffffff; in retagged()
/trusty/user/base/lib/apploader_package/
Dcose.cpp247 bool tagged) { in coseSignEcDsa() argument
298 if (tagged) { in coseSignEcDsa()
872 bool tagged) { in coseEncryptAesGcmKeyWrap() argument
927 if (tagged) { in coseEncryptAesGcmKeyWrap()