Lines Matching refs:hash
50 echo "$hash"
67 while [ -e "$checkdir/$hash.$decimal" ]; do
82 for blistfile in $(find $UNTRUSTDESTDIR -name "$hash.*"); do
89 suffix=$(get_decimal "$CERTDESTDIR" "$hash")
90 [ $VERBOSE -gt 0 ] && echo "Adding $hash.$suffix to trust store"
92 install ${INSTALLFLAGS} -lrs $(realpath "$1") "$CERTDESTDIR/$hash.$suffix"
105 suffix=$(get_decimal "$UNTRUSTDESTDIR" "$hash")
106 filename="$hash.$suffix"
107 echo "$srcfile" "$hash.$suffix"
111 suffix=$(get_decimal "$UNTRUSTDESTDIR" "$hash")
112 filename="$hash.$suffix"
113 echo "$srcfile" "$hash.$suffix"
226 for BLISTEDFILE in $(find $UNTRUSTDESTDIR -name "$hash.*"); do