Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp127 size_t hexSize = hexEncoded.size(); in decodeHex() local
128 if ((hexSize & 1) != 0) { in decodeHex()
133 out.resize(hexSize / 2); in decodeHex()
134 for (size_t n = 0; n < hexSize / 2; n++) { in decodeHex()