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

/system/security/keystore/
H A Dkeystore.cpp201 static size_t readFully(int fd, uint8_t* data, size_t size) { function
247 return (readFully(mRandom, data, size) == size);
402 size_t fileLength = readFully(in, (uint8_t*) &mBlob, sizeof(mBlob));
505 size_t length = readFully(in, (uint8_t*) &rawBlob, sizeof(rawBlob));

Completed in 1073 milliseconds