- Sort Score
- Num 10 results
- Language All
Results 11 - 13 of 13 for ei (0.05 seconds)
-
cmd/testdata/decryptObjectInfo.json.zst
de-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfALf6daE7GfEVi7h4+yEtCuYLxmpVeGppSmmVK+xXmbRplqksiu4NiCKy/jSdppBf3qUg==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfAP4Ajx+ei/lOtIaH1Dn2IGKjkBTPfo+jjX4FUHlBUEuvekij2E3==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/gofmt/testdata/rewrite2.golden","UserDef...Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Oct 29 16:34:20 GMT 2020 - 164K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
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 := c.roundKeysSize() for i := 0; i < n; i += 4 { ei := n - i - 4 for j := 0; j < 4; j++ { x := c.enc[ei+j] if i > 0 && i+4 < n { x = td0[sbox0[x>>24]] ^ td1[sbox0[x>>16&0xff]] ^ td2[sbox0[x>>8&0xff]] ^ td3[sbox0[x&0xff]] } c.dec[i+j] = x } } } golang.org/fips140@v1.0.0-c2097c7c/fips140/v1.0.0-c2097c7c/aes/aes_noasm.go // Copyright...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
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 := c.roundKeysSize() for i := 0; i < n; i += 4 { ei := n - i - 4 for j := 0; j < 4; j++ { x := c.enc[ei+j] if i > 0 && i+4 < n { x = td0[sbox0[x>>24]] ^ td1[sbox0[x>>16&0xff]] ^ td2[sbox0[x>>8&0xff]] ^ td3[sbox0[x&0xff]] } c.dec[i+j] = x } } } golang.org/fips140@v1.1.0-rc1/fips140/v1.1.0-rc1/aes/aes_noasm.go // Copyright 2024...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)