- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for fc (0.07 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc.s
CDQE // 4898 CLAC // 0f01ca CLC // f8 CLD // fc CLFLUSH (BX) // 0fae3b CLFLUSH (R11) // 410fae3b CLFLUSHOPT (BX) // 660fae3b CLFLUSHOPT (R11) // 66410fae3b
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
key, dst, src, aad []byte, tag *[16]byte, cnt *[gcmBlockSize]byte) func sealKMA(out []byte, g *GCM, nonce, plaintext, data []byte) { var counter [gcmBlockSize]byte deriveCounter(&g.hashKey, &counter, nonce) fc := aes.BlockFunction(&g.cipher) | kmaLAAD | kmaLPC var tag [gcmTagSize]byte kmaGCM(fc, aes.BlockKey(&g.cipher), out[:len(plaintext)], plaintext, data, &tag, &counter) copy(out[len(plaintext):], tag[:]) } func openKMA(out []byte, g *GCM, nonce, ciphertext, data []byte) error { tag := ciphert...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)