- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for encryptBlockAsm (0.15 seconds)
-
lib/fips140/v1.26.0.zip
golang.org/fips140@v1.26.0/fips140/v1.26.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...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0)