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

/system/security/keystore/
H A Duser_state.cpp226 size_t saltSize; local
228 saltSize = SALT_SIZE;
233 saltSize = sizeof("keystore");
236 PKCS5_PBKDF2_HMAC_SHA1(reinterpret_cast<const char*>(pw.string()), pw.length(), salt, saltSize, local

Completed in 65 milliseconds