Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.cpp130 size_t outLength = writeFully(out, (uint8_t*)&rawBlob, length); in copyMasterKeyFile() local
134 if (outLength != length) { in copyMasterKeyFile()
135 ALOGW("blob not fully written %zu != %zu", outLength, length); in copyMasterKeyFile()