Re: [Bug] STM32 crc driver failed on selftest 1

2019-03-21 Thread Eric Biggers
On Thu, Mar 21, 2019 at 10:46:53AM +, Lionel DEBIEVE wrote: > Hi All, > > I'm looking further to debug an issue regarding CRC32 selftests. I'm > currently blocked on an issue about the second test vector implemented > on CRC32: > static const struct hash_testvec crc32_tv_template[] = { >   

[Bug] STM32 crc driver failed on selftest 1

2019-03-21 Thread Lionel DEBIEVE
Hi All, I'm looking further to debug an issue regarding CRC32 selftests. I'm currently blocked on an issue about the second test vector implemented on CRC32: static const struct hash_testvec crc32_tv_template[] = {     {         .plaintext = "abcdefg",         .psize = 7,         .digest =