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

/system/security/keystore/
H A Dkeystore.cpp847 if (length > SALT_SIZE && rawBlob.info == SALT_SIZE) {
848 salt = (uint8_t*) &rawBlob + length - SALT_SIZE;
927 static const size_t SALT_SIZE = 16; member in class:UserState
933 saltSize = SALT_SIZE;
974 uint8_t mSalt[SALT_SIZE];

Completed in 40 milliseconds