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

/freebsd-13-stable/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" +%s` ] ; then
349 if ! verifySHA $TMPFILE "$VERBOSE" ; then
H A Dupdate-leap.in179 if ( !-e $LEAPFILE || $FORCE || ! verifySHA($LEAPFILE) ||
189 if ( verifySHA($TMP_FILE) ) {
327 sub verifySHA {

Completed in 71 milliseconds