Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.h67 static const size_t SALT_SIZE = 16; variable
84 uint8_t mSalt[SALT_SIZE];
Duser_state.cpp157 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()