Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/libeic/
DEicOps.h130 void eicCborPrettyPrint(const uint8_t* cborData, size_t cborDataSize, size_t maxBStrSize);
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc558 void eicCborPrettyPrint(const uint8_t* cborData, size_t cborDataSize, size_t maxBStrSize) { in eicCborPrettyPrint() argument
562 android::hardware::identity::support::cborPrettyPrint(cborDataVec, maxBStrSize, {}); in eicCborPrettyPrint()
/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h85 string cborPrettyPrint(const vector<uint8_t>& encodedCbor, size_t maxBStrSize = 32,