Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for regs_batches (0.12 sec)

  1. 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)
Back to top