Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Cooksey (0.07 sec)

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

                        kn[m] |= bigbyte[j];
                    if ( pcr[pc2[j+24]] != 0 )
                        kn[n] |= bigbyte[j];
                }
            }
            cookey( kn, KnL );
        }
    
        private void cookey( int[] raw, int KnL[] )     {
            int raw0, raw1;
            int rawi, KnLi;
            int i;
    
            for ( i = 0, rawi = 0, KnLi = 0; i < 16; ++i )   {
                raw0 = raw[rawi++];
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 21.4K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    adobeio-static.net
    adobeioruntime.net
    
    // Agnat sp. z o.o. : https://domena.pl
    // Submitted by Przemyslaw Plewa <******@****.***>
    beep.pl
    
    // Airkit : https://www.airkit.com/
    // Submitted by Grant Cooksey <******@****.***>
    airkitapps.com
    airkitapps-au.com
    airkitapps.eu
    
    // Aiven: https://aiven.io/
    // Submitted by Etienne Stalmans <******@****.***>
    aivencloud.com
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top