Lines Matching refs:UTFILE
255 local UTFILE
259 for UTFILE in "$@"; do
260 info "Adding $UTFILE to untrusted list"
261 create_untrusted "$UTFILE"
267 local UTFILE untrustedhash certhash hash
270 for UTFILE in "$@"; do
271 if [ -s "$UTFILE" ] ; then
272 hash=$(do_hash "$UTFILE")
273 certhash=$(openssl x509 -sha1 -in "$UTFILE" -noout -fingerprint)
281 elif [ -e "$UNTRUSTDESTDIR/$UTFILE" ] ; then
282 info "Removing $UTFILE from untrusted list"
283 perform rm -f "$UNTRUSTDESTDIR/$UTFILE"
285 info "Cannot find $UTFILE"