Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SHA256ROUND (0.09 sec)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    // The values for e and a are stored in d and h, ready for rotation. #define SHA256ROUND(const, a, b, c, d, e, f, g, h) \ SHA256T1(const, e, f, g, h); \ SHA256T2(a, b, c); \ ADD REGTMP4, d; \ ADD REGTMP1, REGTMP4, h #define SHA256ROUND0(index, const, a, b, c, d, e, f, g, h) \ LOAD0(index); \ SHA256ROUND(const, a, b, c, d, e, f, g, h) #define SHA256ROUND1(index, const, a, b, c, d, e, f, g, h) \ LOAD1(index); \ SHA256ROUND(const, a, b, c, d, e, f, g, h) // A stack frame size of 64 bytes is required...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.zip

    + T2. // The values for e and a are stored in d and h, ready for rotation. #define SHA256ROUND(index, a, b, c, d, e, f, g, h) \ SHA256T1(index, e, f, g, h); \ SHA256T2(a, b, c); \ ADD REGTMP4, d; \ ADD REGTMP1, REGTMP4, h #define SHA256ROUND0(index, a, b, c, d, e, f, g, h) \ LOAD0(index); \ SHA256ROUND(index, a, b, c, d, e, f, g, h) #define SHA256ROUND1(index, a, b, c, d, e, f, g, h) \ LOAD1(index); \ SHA256ROUND(index, a, b, c, d, e, f, g, h) // A stack frame size of 64 bytes is required here, because...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top