Searched refs:maxBStrSize (Results 1 – 3 of 3) sorted by relevance
130 void eicCborPrettyPrint(const uint8_t* cborData, size_t cborDataSize, size_t maxBStrSize);
558 void eicCborPrettyPrint(const uint8_t* cborData, size_t cborDataSize, size_t maxBStrSize) { in eicCborPrettyPrint() argument562 android::hardware::identity::support::cborPrettyPrint(cborDataVec, maxBStrSize, {}); in eicCborPrettyPrint()
85 string cborPrettyPrint(const vector<uint8_t>& encodedCbor, size_t maxBStrSize = 32,