Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

                    if (l < 28) {
                        pcr[j] = pc1m[l];
                    } else {
                        pcr[j] = pc1m[l - 28];
                    }
                }
                for (j = 28; j < 56; ++j) {
                    l = j + totrot[i];
                    if (l < 56) {
                        pcr[j] = pc1m[l];
                    } else {
                        pcr[j] = pc1m[l - 28];
                    }
                }
    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