Home
last modified time | relevance | path

Searched refs:verifySHA (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh258 function verifySHA { function
336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH"…
349 if ! verifySHA $TMPFILE "$VERBOSE" ; then
H A Dupdate-leap.in180 if ( !-e $LEAPFILE || $FORCE || ! verifySHA($LEAPFILE) ||
190 if ( verifySHA($TMP_FILE) ) {
328 sub verifySHA {