Searched refs:hexit (Results 1 – 1 of 1) sorted by relevance
278 static char_u hexit[65]; in sha256_bytes() local290 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() local354 hexit = sha256_bytes((char_u *)sha_self_test_msg[i], in sha256_self_test()357 STRCPY(output, hexit); in sha256_self_test()