Home
last modified time | relevance | path

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

/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Dcrypto_sample.c75 static uint8_t sha1_except[20] = {0xff, 0x3c, 0x95, 0x54, 0x95, 0xf0, 0xad, in hw_hash_sample() local
114 for (i = 0; i < sizeof(sha1_except); i++) in hw_hash_sample()
116 rt_kprintf("%x ", sha1_except[i]); in hw_hash_sample()
130 if(rt_memcmp(sha1_output, sha1_except, sizeof(sha1_except)/sizeof(sha1_except[0])) != 0) in hw_hash_sample()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/crypto/
A Dcrypto_sample.c108 static uint8_t sha1_except[20] = {0xff, 0x3c, 0x95, 0x54, 0x95, 0xf0, 0xad, in hw_hash_sample() local
144 dump_hex(sha1_except, sizeof(sha1_except)); in hw_hash_sample()
154 if(rt_memcmp(sha1_output, sha1_except, sizeof(sha1_except)/sizeof(sha1_except[0])) != 0) in hw_hash_sample()

Completed in 9 milliseconds