Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/des/desdata.h
          +++ new/usr/src/uts/common/des/desdata.h
↓ open down ↓ 44 lines elided ↑ open up ↑
  45   45   */
  46   46  
  47   47  /*
  48   48   * Lint can't handle static's in include files.
  49   49   * Complains "defined but not used" and then "used but not defined"
  50   50   */
  51   51  #ifdef __lint
  52   52  #define static
  53   53  #endif
  54   54  
  55      -/* EXPORT DELETE START */
  56   55  /*
  57   56   * Permuted-choice 1 from the key bits
  58   57   * to yield C and D.
  59   58   * Note that bits 8,16... are left out:
  60   59   * They are intended for a parity check.
  61   60   * Table has been munged to be zero-origin
  62   61   */
  63   62  
  64   63  const short     PC1_C[] = {
  65   64          57-1, 49-1, 41-1, 33-1, 25-1, 17-1,  9-1,
↓ open down ↓ 1008 lines elided ↑ open up ↑
1074 1073          0x0a100021U, 0x0a100821U, 0x0a120021U, 0x0a120821U,
1075 1074          0x00100401U, 0x00100c01U, 0x00120401U, 0x00120c01U,
1076 1075          0x00100421U, 0x00100c21U, 0x00120421U, 0x00120c21U,
1077 1076          0x08100401U, 0x08100c01U, 0x08120401U, 0x08120c01U,
1078 1077          0x08100421U, 0x08100c21U, 0x08120421U, 0x08120c21U,
1079 1078          0x02100401U, 0x02100c01U, 0x02120401U, 0x02120c01U,
1080 1079          0x02100421U, 0x02100c21U, 0x02120421U, 0x02120c21U,
1081 1080          0x0a100401U, 0x0a100c01U, 0x0a120401U, 0x0a120c01U,
1082 1081          0x0a100421U, 0x0a100c21U, 0x0a120421U, 0x0a120c21U,
1083 1082  };
1084      -/* EXPORT DELETE END */
1085 1083  
1086 1084  #ifdef  __cplusplus
1087 1085  }
1088 1086  #endif
1089 1087  
1090 1088  #endif /* _SYS_DESDATA_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX