encrypt_printsub
void encrypt_printsub(unsigned char*, size_t, unsigned char*, size_t);
encrypt_printsub(&pointer[1], length - 1, buf, sizeof(buf));