PPC64/PPC32 ASM: AES, SHA-2, SHA-3#10767
Conversation
|
Code generated by PR: |
a3e9d23 to
2ca65ae
Compare
|
Jenkins: retest this please generic: agent offline |
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #10767
Scan targets checked: wolfcrypt-bugs, wolfcrypt-port-bugs, wolfcrypt-rs-bugs, wolfcrypt-src, wolfssl-bugs, wolfssl-src
Findings: 1
1 finding(s) posted as inline comments (see file-level comments below)
This review was generated automatically by Fenrir. Findings are non-blocking.
2ca65ae to
70c207b
Compare
|
Jenlkins: retest this please Windows |
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #10767
Scan targets checked: wolfcrypt-bugs, wolfcrypt-port-bugs, wolfcrypt-rs-bugs, wolfcrypt-src, wolfssl-bugs, wolfssl-src
Findings: 1
1 finding(s) posted as inline comments (see file-level comments below)
This review was generated automatically by Fenrir. Findings are non-blocking.
PPC64: - Added AES-ECB/CBC/CTR/GCM/XTS using crypto instructions - Added SHA-256/512 using base scalar and crypto instructions - Added SHA-3 using base scalar and POWER8 VSX - Added SHA-3 x2/x3 but disabled compilation. - Added CPU id flags. - Changed the constant data format to be consistent with other platforms. PPC32: - Added AES-ECB/CBC/CTR/GCM/XTS using base scalar - Added SHA-256/512 using base scalar - Added SHA-3 using base scalar
70c207b to
4693ee0
Compare
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #10767
Scan targets checked: wolfcrypt-bugs, wolfcrypt-port-bugs, wolfcrypt-rs-bugs, wolfcrypt-src, wolfssl-bugs, wolfssl-src
No new issues found in the changed files. ✅
Description
PPC64:
Testing
Various PPC64 and PPC32 configurations.