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"
175 echo "// To regenerate, edit scrypt.config, then run:"
176 echo "// ./import_scrypt.sh import /path/to/scrypt-$SCRYPT_VERSION.tar.gz"
248 # Generate sources.bp from scrypt.config