Searched refs:readFully (Results 1 - 7 of 7) sorted by relevance

/system/security/keystore/
H A Dentropy.cpp48 return (readFully(mRandom, data, size) == size);
H A Dkeystore_utils.h31 size_t readFully(int fd, uint8_t* data, size_t size);
H A Dkeystore_utils.cpp30 size_t readFully(int fd, uint8_t* data, size_t size) { function
H A Duser_state.cpp112 size_t length = readFully(in, (uint8_t*)&rawBlob, sizeof(rawBlob));
151 size_t length = readFully(in, (uint8_t*)&rawBlob, sizeof(rawBlob));
H A Dblob.cpp162 size_t fileLength = readFully(in, (uint8_t*)&mBlob, sizeof(mBlob));
H A Dkeystore.cpp662 size_t fileLength = readFully(in, (uint8_t*)&mMetaData, sizeof(mMetaData));
/system/extras/verity/
H A DVerityVerifier.java123 key.readFully(binaryMod);
126 key.readFully(binaryExp);
259 img.readFully(hashTree);
283 img.readFully(signature);
288 img.readFully(table);
372 img.readFully(dataBlock);

Completed in 108 milliseconds