Searched refs:paramstr (Results 1 – 1 of 1) sorted by relevance
111 char paramstr[PROPERTY_VALUE_MAX]; in get_device_scrypt_params() local116 property_get(SCRYPT_PROP, paramstr, ""); in get_device_scrypt_params()117 if (paramstr[0] != '\0') { in get_device_scrypt_params()122 for (i = 0, token = strtok_r(paramstr, ":", &saveptr); in get_device_scrypt_params()143 SLOGW("bad scrypt parameters '%s' should be like '12:8:1'; using defaults", paramstr); in get_device_scrypt_params()