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

/system/security/keystore/
H A Dkeystore.cpp504 blob rawBlob; local
505 size_t length = readFully(in, (uint8_t*) &rawBlob, sizeof(rawBlob));
511 if (length > SALT_SIZE && rawBlob.info == SALT_SIZE) {
512 salt = (uint8_t*) &rawBlob + length - SALT_SIZE;
520 Blob masterKeyBlob(rawBlob);

Completed in 1367 milliseconds