HomeSort by: relevance | last modified time | path
    Searched defs:corrupt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
edns.c 247 int corrupt = 0; local
271 if( secret_len != UNBOUND_COOKIE_SECRET_SIZE * 2 ) { corrupt++; break; }
276 if( decoded_len != UNBOUND_COOKIE_SECRET_SIZE ) { corrupt++; break; }
280 return corrupt == 0;
  /src/external/bsd/bzip2/dist/
bzlib.c 561 /* Only caused by corrupt data stream? */
634 /* Only caused by corrupt data stream? */
731 /* Only caused by corrupt data stream? */
780 /* Only caused by corrupt data stream? */
812 Bool corrupt; local
823 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
824 corrupt = unRLE_obuf_to_output_FAST ( s );
825 if (corrupt) return BZ_DATA_ERROR;
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bzlib.c 319 /* Only caused by corrupt data stream? */
392 /* Only caused by corrupt data stream? */
489 /* Only caused by corrupt data stream? */
538 /* Only caused by corrupt data stream? */
570 Bool corrupt; local
581 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
582 corrupt = unRLE_obuf_to_output_FAST ( s );
583 if (corrupt) return BZ_DATA_ERROR;

Completed in 60 milliseconds