Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tagCount (0.07 sec)

  1. cmd/admin-handlers-users_test.go

    	c.Helper()
    
    	oinfo, err := client.StatObject(ctx, bucket, object, minio.StatObjectOptions{})
    	if err != nil {
    		c.Fatalf("user was unable to download the object: %v", err)
    	}
    
    	if oinfo.UserTagCount != tagCount {
    		c.Fatalf("expected tagCount: %d, got %d", tagCount, oinfo.UserTagCount)
    	}
    }
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 47.4K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    			replCfgs := make([]*sreplication.Config, numSites)
    			quotaCfgs := make([]*madmin.BucketQuota, numSites)
    			sseCfgSet := set.NewStringSet()
    			versionCfgSet := set.NewStringSet()
    			var tagCount, olockCfgCount, sseCfgCount, versionCfgCount int
    			for i, s := range slc {
    				if s.ReplicationConfig != nil {
    					cfgBytes, err := base64.StdEncoding.DecodeString(*s.ReplicationConfig)
    					if err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 184.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    uint64(len(nonce)), uint64(0)) } aes.EncryptBlockInternal(&g.cipher, tagMask[:], counter[:]) var tagOut [gcmTagSize]byte gcmAesData(&g.productTable, data, &tagOut) if len(plaintext) > 0 { gcmAesEnc(&g.productTable, out, plaintext, &counter, &tagOut, aes.EncryptionKeySchedul(&g.cipher)) } gcmAesFinish(&g.productTable, &tagMask, &tagOut, uint64(len(plaintext)), uint64(len(data))) copy(out[len(plaintext):], tagOut[:]) } func open(out []byte, g *GCM, nonce, ciphertext, data []byte) error { if !supportsAESGCM...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top