Searched refs:sha256_except (Results 1 – 2 of 2) sorted by relevance
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | crypto_sample.c | 91 static uint8_t sha256_except[32] = {0x74, 0x19, 0xb9, 0x0e, 0xd1, 0x46, in hw_hash_sample() local 222 for (i = 0; i < sizeof(sha256_except); i++) in hw_hash_sample() 224 rt_kprintf("%x ", sha256_except[i]); in hw_hash_sample() 239 if(rt_memcmp(sha256_output, sha256_except, sizeof(sha256_except)/sizeof(sha256_except[0])) != 0) in hw_hash_sample()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/crypto/ |
| A D | crypto_sample.c | 124 static uint8_t sha256_except[32] = {0x74, 0x19, 0xb9, 0x0e, 0xd1, 0x46, in hw_hash_sample() local 240 dump_hex(sha256_except, sizeof(sha256_except)); in hw_hash_sample() 250 if(rt_memcmp(sha256_output, sha256_except, sizeof(sha256_except)/sizeof(sha256_except[0])) != 0) in hw_hash_sample()
|
Completed in 8 milliseconds