Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for round_key_reg (0.21 seconds)

  1. lib/fips140/v1.0.0-c2097c7c.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 }}...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  2. lib/fips140/v1.1.0-rc1.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 }}...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top