Home
last modified time | relevance | path

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

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