- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for expandKeyAsm (0.17 sec)
-
lib/fips140/v1.0.0.zip
X0 MOVUPS 80(AX), X1 AESDEC X1, X0 MOVUPS 96(AX), X1 AESDEC X1, X0 MOVUPS 112(AX), X1 AESDEC X1, X0 MOVUPS 128(AX), X1 AESDEC X1, X0 MOVUPS 144(AX), X1 AESDECLAST X1, X0 MOVUPS X0, (DX) RET // func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32) // Requires: AES, SSE, SSE2 TEXT ยทexpandKeyAsm(SB), NOSPLIT, $0-32 MOVQ nr+0(FP), CX MOVQ key+8(FP), AX MOVQ enc+16(FP), BX MOVQ dec+24(FP), DX MOVUPS (AX), X0 // enc MOVUPS X0, (BX) ADDQ $0x10, BX PXOR X4, X4 CMPL CX, $0x0c JE Lexp_enc192 JB Lexp_enc128...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)