Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pcr (0.01 sec)

  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];
                    }
                }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 22.7K bytes
    - Viewed (0)
Back to top