Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for round_key_reg (1.06 sec)

  1. lib/fips140/v1.0.0.zip

    V22.B16 are for <=15 round keys (<=15). See ROUND_KEY_OFFSET. // V23.B16 - V30.B16 are for destinations (<=8). See DST_OFFSET. {{define "load_keys"}} {{- range regs_batches (round_key_reg $.FirstKey) $.NKeys }} VLD1.P {{ .Size }}(XK), [{{ .Regs }}] {{- end }} {{ end }} {{define "enc"}} {{ range $i := xrange $.N -}} AESE V{{ round_key_reg $.Key}}.B16, V{{ block_reg $i }}.B16 {{- if $.WithMc }} AESMC V{{ block_reg $i }}.B16, V{{ block_reg $i }}.B16 {{- end }} {{ end }} {{ end }} {{ range $N := $.Sizes }}...
    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