Home | History | Annotate | Download | only in scrypt

Lines Matching refs:scrypt

19 # This script imports new versions of scrypt (http://www.tarsnap.com/scrypt/) into the
20 # Android source tree. To run, (1) fetch the appropriate tarball from the scrypt repository,
22 # ./import_scrypt.sh import scrypt-*.tar.gz
51 echo " ./import_scrypt.sh import </path/to/scrypt-*.tar.gz>"
53 echo " ./import_scrypt.sh generate <patch/*.patch> </path/to/scrypt-*.tar.gz>"
59 die "scrypt patch directory patches/ not found"
62 if [ ! -f scrypt.version ]; then
63 die "scrypt.version not found"
66 source $DIRNAME/scrypt.version
68 die "Invalid scrypt.version; see README.android for more information"
71 SCRYPT_DIR=scrypt-$SCRYPT_VERSION
74 if [ ! -f scrypt.config ]; then
75 die "scrypt.config not found"
78 source $DIRNAME/scrypt.config
80 die "Invalid scrypt.config; see README.android for more information"
174 echo "# To regenerate, edit scrypt.config, then run:"
175 echo "# ./import_scrypt.sh import /path/to/scrypt-$SCRYPT_VERSION.tar.gz"
257 # Generate a configuration file like Scrypt-config.mk
258 # This uses variable definitions from scrypt.config to build a config
262 # $1: Target file name. (e.g. Scrypt-config.mk)
323 target_c_includes := \$(addprefix external/scrypt/,\$(common_c_includes)) \$(local_c_includes)
343 host_c_includes := \$(addprefix external/scrypt/,\$(common_c_includes)) \$(local_c_includes)
367 generate_config_mk Scrypt-config.mk