Searched refs:SALT_SIZE (Results 1 – 2 of 2) sorted by relevance
67 static const size_t SALT_SIZE = 16; variable84 uint8_t mSalt[SALT_SIZE];
157 if (length > SALT_SIZE && rawBlob.info == SALT_SIZE) { in readMasterKey()158 salt = (uint8_t*)&rawBlob + length - SALT_SIZE; in readMasterKey()232 saltSize = SALT_SIZE; in generateKeyFromPassword()