Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 73 for xenc (0.04 sec)

  1. cmd/s3-zip-handlers.go

    	xioutil "github.com/minio/minio/internal/ioutil"
    	"github.com/minio/pkg/v3/policy"
    	"github.com/minio/zipindex"
    )
    
    const (
    	archiveType            = "zip"
    	archiveTypeEnc         = "zip-enc"
    	archiveExt             = "." + archiveType // ".zip"
    	archiveSeparator       = "/"
    	archivePattern         = archiveExt + archiveSeparator                // ".zip/"
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java

        // KGS!@#$%
        private static final byte[] S8 =
                { (byte) 0x4b, (byte) 0x47, (byte) 0x53, (byte) 0x21, (byte) 0x40, (byte) 0x23, (byte) 0x24, (byte) 0x25 };
    
        /* Accepts key multiple of 7
         * Returns enc multiple of 8
         * Multiple is the same like: 21 byte key gives 24 byte result
         */
        private static void E(final byte[] key, final byte[] data, final byte[] e) {
            final byte[] key7 = new byte[7];
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 26.7K bytes
    - Viewed (0)
  3. cmd/bucket-handlers.go

    					Host:         handlers.GetSourceIP(r),
    				})
    			}
    
    			if done {
    				break
    			}
    		}
    
    		enc := json.NewEncoder(w)
    		for i, fanOutResp := range fanOutResp {
    			if err = enc.Encode(&fanOutResp); err != nil {
    				writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    				return
    			}
    
    			// Notify object created events.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 63.9K bytes
    - Viewed (0)
  4. src/test/java/jcifs/internal/smb2/Smb2EncryptionContextTest.java

            byte[] newEncKey = new byte[16];
            byte[] newDecKey = new byte[16];
            new SecureRandom().nextBytes(newEncKey);
            new SecureRandom().nextBytes(newDecKey);
    
            // Use same key for enc/dec in test for simplicity
            context.rotateKeys(newEncKey, newEncKey);
    
            // Then - Can encrypt with new keys
            byte[] plaintext2 = "After rotation".getBytes();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 44.1K bytes
    - Viewed (0)
  5. cmd/bucket-replication.go

    	if oi1.ContentType != oi2.ContentType {
    		return replicateMetadata
    	}
    
    	if oi1.ContentEncoding != "" {
    		enc, ok := oi2.Metadata[xhttp.ContentEncoding]
    		if !ok {
    			enc, ok = oi2.Metadata[strings.ToLower(xhttp.ContentEncoding)]
    			if !ok {
    				return replicateMetadata
    			}
    		}
    		if strings.Join(enc, ",") != oi1.ContentEncoding {
    			return replicateMetadata
    		}
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118K bytes
    - Viewed (0)
  6. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    ,?tupmocegde,varb,?frusdniw,h&dw,sadtob,?i&lressem,nayul,?k&eelf-no,orgn,relc,?le&crev,napysae,?maerdepyt,n&aecolatigidno,evia,?opxe:.gnigats,,poon,r&cne:.dnetnorf,,emarf,ubaez,?s&jasudem,serpirots,?t&ayn,i&belet,l&maerts,per:.di,,??luavreve.yaler,xenw,?wolfrettulf,xevnoc,y&awliar.pu,f&ilten,ten,????ra&a?hs??u&ekam?llag?org!.esruocsid,cts?kouk?nayalo???vsr?xece4ibgm--nx??q&a!3a9y--nx??g?i!.&gro?lim?moc?ten?ude?vog???m?se??r&a!.&a&cisum?sanes??bog?g&es?ro??l&autum?im??moc?pooc?rut?t&e&b?n??ni??ud...
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Aug 12 15:39:59 UTC 2025
    - 75.3K bytes
    - Viewed (1)
  7. lib/fips140/v1.0.0.zip

    checkGenericIsExpect() // Encryption key setup. var i int nk := len(key) / 4 for i = 0; i < nk; i++ { c.enc[i] = byteorder.BEUint32(key[4*i:]) } for ; i < c.roundKeysSize(); i++ { t := c.enc[i-1] if i%nk == 0 { t = subw(rotw(t)) ^ (uint32(powx[i/nk-1]) << 24) } else if nk > 6 && i%nk == 4 { t = subw(t) } c.enc[i] = c.enc[i-nk] ^ t } // Derive decryption key from encryption key. // Reverse the 4-word round key sets from enc to produce dec. // All sets but the first and last get the MixColumn transform applied. n...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.24.md

    - Added support for kubectl commands (`kubectl exec` and `kubectl port-forward`) via a SOCKS5 proxy. ([#105632](https://github.com/kubernetes/kubernetes/pull/105632), [@xens](https://github.com/xens))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  9. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    wsa.gov.pl
    wskr.gov.pl
    wsse.gov.pl
    wtc
    wtf
    wuoz.gov.pl
    wv.us
    www.ro
    wy.us
    wzmiuw.gov.pl
    x.bg
    x.mythic-beasts.com
    x.se
    x0.com
    x0.to
    x443.pw
    xbox
    xen.prgmr.com
    xerox
    xihuan
    xii.jp
    xin
    xj.cn
    xmit.dev
    xnbay.com
    xs4all.space
    xxx
    xyz
    xz.cn
    y.bg
    y.se
    yabu.hyogo.jp
    yabuki.fukushima.jp
    yachimata.chiba.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  10. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    wsa.gov.pl
    wskr.gov.pl
    wsse.gov.pl
    wtc
    wtf
    wuoz.gov.pl
    wv.us
    www.ro
    wy.us
    wzmiuw.gov.pl
    x.bg
    x.mythic-beasts.com
    x.se
    x0.com
    x0.to
    x443.pw
    xbox
    xen.prgmr.com
    xerox
    xihuan
    xii.jp
    xin
    xj.cn
    xmit.dev
    xnbay.com
    xs4all.space
    xxx
    xyz
    xz.cn
    y.bg
    y.se
    yabu.hyogo.jp
    yabuki.fukushima.jp
    yachimata.chiba.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top