Searched defs:rawBlob (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Duser_state.cpp111 blob rawBlob; local
112 size_t length = readFully(in, (uint8_t*)&rawBlob, sizeof(rawBlob));
121 size_t outLength = writeFully(out, (uint8_t*)&rawBlob, length);
150 blob rawBlob; local
151 size_t length = readFully(in, (uint8_t*)&rawBlob, sizeof(rawBlob));
157 if (length > SALT_SIZE && rawBlob.info == SALT_SIZE) {
158 salt = (uint8_t*)&rawBlob + length - SALT_SIZE;
166 Blob masterKeyBlob(rawBlob);
[all...]

Completed in 14 milliseconds