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

/system/security/keystore/
H A Dkeystore.cpp511 if (length > SALT_SIZE && rawBlob.info == SALT_SIZE) {
512 salt = (uint8_t*) &rawBlob + length - SALT_SIZE;
678 static const size_t SALT_SIZE = 16; member in class:KeyStore
688 uint8_t mSalt[SALT_SIZE];
732 saltSize = SALT_SIZE;

Completed in 333 milliseconds