Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/src/libdigest/
H A Dtiger.c776 uint8_t temp8[64]; in TIGER_Update() member
787 u.temp8[j ^ 7] = ((const uint8_t *)(const void *)str)[j]; in TIGER_Update()
797 u.temp8[j ^ 7] = ((const uint8_t*)(const void *)str)[j]; in TIGER_Update()
799 u.temp8[j ^ 7] = ctx->pad; in TIGER_Update()
801 u.temp8[j ^ 7] = 0; in TIGER_Update()
805 u.temp8[j] = ((const uint8_t*)(const void *)str)[j]; in TIGER_Update()
807 u.temp8[j++] = ctx->pad; in TIGER_Update()
809 u.temp8[j] = 0; in TIGER_Update()
814 u.temp8[j] = 0; in TIGER_Update()
820 u.temp8[j] = 0; in TIGER_Update()