Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for pc1 (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/smb1/util/DES.java

            int i, j, l, m, n;
            final int[] pc1m = new int[56];
            final int[] pcr = new int[56];
            final int[] kn = new int[32];
    
            for (j = 0; j < 56; ++j) {
                l = pc1[j];
                m = l & 07;
                pc1m[j] = (keyBlock[l >>> 3] & bytebit[m]) != 0 ? 1 : 0;
            }
    
            for (i = 0; i < 16; ++i) {
    
                if (encrypting) {
                    m = i << 1;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 22.7K bytes
    - Click Count (0)
  2. Vagrantfile

        install_command: 'zypper --non-interactive --quiet install --no-recommends',
        extra: extra
      )
    end
    
    def sles_common(config, name)
      extra = <<-SHELL
        zypper rr systemsmanagement_puppet puppetlabs-pc1 devel_tools_scm
        zypper ar http://download.opensuse.org/distribution/12.3/repo/oss/ oss
        zypper --non-interactive  --gpg-auto-import-keys refresh
        zypper --non-interactive install git-core
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
Back to Top