Home
last modified time | relevance | path

Searched refs:sha224_except (Results 1 – 2 of 2) sorted by relevance

/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Dcrypto_sample.c85 static uint8_t sha224_except[28] = {0x6f, 0x62, 0x52, 0x7d, 0x80, 0xe6, in hw_hash_sample() local
186 for (i = 0; i < sizeof(sha224_except); i++) in hw_hash_sample()
188 rt_kprintf("%x ", sha224_except[i]); in hw_hash_sample()
202 if(rt_memcmp(sha224_output, sha224_except, sizeof(sha224_except)/sizeof(sha224_except[0])) != 0) in hw_hash_sample()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/crypto/
A Dcrypto_sample.c118 static uint8_t sha224_except[28] = {0x6f, 0x62, 0x52, 0x7d, 0x80, 0xe6, in hw_hash_sample() local
208 dump_hex(sha224_except, sizeof(sha224_except)); in hw_hash_sample()
218 if(rt_memcmp(sha224_output, sha224_except, sizeof(sha224_except)/sizeof(sha224_except[0])) != 0) in hw_hash_sample()

Completed in 11 milliseconds