- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for regs_batches (2.03 sec)
-
lib/fips140/v1.0.0.zip
block_reg $i }}.B16, V{{ round_key_reg 14 }}.B16, V{{ block_reg $i }}.B16 {{- end }} {{/* XOR results to destination. */}} {{- range regs_batches $.DstOffset $N }} VLD1.P {{ .Size }}(SRC), [{{ .Regs }}] {{- end }} {{- range $i := xrange $N }} VEOR V{{ add $.DstOffset $i }}.B16, V{{ block_reg $i }}.B16, V{{ add $.DstOffset $i }}.B16 {{- end }} {{- range regs_batches $.DstOffset $N }} VST1.P [{{ .Regs }}], {{ .Size }}(DST) {{- end }} RET {{ end }} ` func main() { type Params struct { DstOffset int...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)