Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsha256.c278 static char_u hexit[65]; in sha256_bytes() local
290 sprintf((char *)hexit + j * 2, "%02x", sha256sum[j]); in sha256_bytes()
291 hexit[sizeof(hexit) - 1] = '\0'; in sha256_bytes()
292 return hexit; in sha256_bytes()
343 char_u *hexit; in sha256_self_test() local
354 hexit = sha256_bytes((char_u *)sha_self_test_msg[i], in sha256_self_test()
357 STRCPY(output, hexit); in sha256_self_test()