- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for encryptBlockAsm (1 sec)
-
lib/fips140/v1.0.0.zip
golang.org/fips140@v1.0.0/fips140/v1.0.0/aes/aes_amd64.s // Code generated by command: go run asm_amd64.go -out ../../asm_amd64.s -pkg aes. DO NOT EDIT. //go:build !purego #include "textflag.h" // func encryptBlockAsm(nr int, xk *uint32, dst *byte, src *byte) // Requires: AES, SSE, SSE2 TEXT ยทencryptBlockAsm(SB), NOSPLIT, $0-32 MOVQ nr+0(FP), CX MOVQ xk+8(FP), AX MOVQ dst+16(FP), DX MOVQ src+24(FP), BX MOVUPS (AX), X1 MOVUPS (BX), X0 ADDQ $0x10, AX PXOR X1, X0 SUBQ $0x0c, CX JE Lenc192 JB Lenc128 MOVUPS...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)