Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.cpp121 size_t outLength = writeFully(out, (uint8_t*)&rawBlob, length); in copyMasterKeyFile() local
125 if (outLength != length) { in copyMasterKeyFile()
126 ALOGW("blob not fully written %zu != %zu", outLength, length); in copyMasterKeyFile()
Dkey_store_service.h63 size_t* outLength);
224 uint8_t** out, size_t* outLength, const uint8_t* signature,
Dkeystore.cpp317 size_t outLength = 0; in decode_key_length() local
325 outLength++; in decode_key_length()
327 return outLength; in decode_key_length()
Dkey_store_service.cpp380 uint8_t** out, size_t* outLength) { in sign() argument
384 return doLegacySignVerify(name, data, length, out, outLength, NULL, 0, KM_PURPOSE_SIGN); in sign()
1478 size_t length, uint8_t** out, size_t* outLength, in doLegacySignVerify() argument
1533 *outLength = buf.size(); in doLegacySignVerify()
DIKeystoreService.cpp762 size_t* outLength) in sign() argument
783 *outLength = ulen; in sign()
786 *outLength = 0; in sign()
789 *outLength = 0; in sign()
/system/security/keystore/include/keystore/
DIKeystoreService.h184 size_t* outLength) = 0;