__crypt__sha256_process_bytes
__crypt__sha256_process_bytes (key, key_len, &ctx);
__crypt__sha256_process_bytes (salt, salt_len, &ctx);
__crypt__sha256_process_bytes (key, key_len, &alt_ctx);
__crypt__sha256_process_bytes (salt, salt_len, &alt_ctx);
__crypt__sha256_process_bytes (key, key_len, &alt_ctx);
__crypt__sha256_process_bytes (alt_result, 32, &ctx);
__crypt__sha256_process_bytes (alt_result, cnt, &ctx);
__crypt__sha256_process_bytes (alt_result, 32, &ctx);
__crypt__sha256_process_bytes (key, key_len, &ctx);
__crypt__sha256_process_bytes (key, key_len, &alt_ctx);
__crypt__sha256_process_bytes (salt, salt_len, &alt_ctx);
__crypt__sha256_process_bytes (p_bytes, key_len, &ctx);
__crypt__sha256_process_bytes (alt_result, 32, &ctx);
__crypt__sha256_process_bytes (s_bytes, salt_len, &ctx);
__crypt__sha256_process_bytes (p_bytes, key_len, &ctx);
__crypt__sha256_process_bytes (alt_result, 32, &ctx);
__crypt__sha256_process_bytes (p_bytes, key_len, &ctx);
__crypt__sha256_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx);
__crypt__sha256_process_bytes (&tests[cnt].input[i], 1, &ctx);
__crypt__sha256_process_bytes (buf, sizeof (buf), &ctx);
__crypt__sha256_process_bytes(pw, strlen(pw), &ctx);
__crypt__sha256_process_bytes(magic, sizeof(magic), &ctx);
__crypt__sha256_process_bytes(sp, sl, &ctx);
void __crypt__sha256_process_bytes (const void *buffer, size_t len,