ossl_cipher_fillblock
nextblocks = ossl_cipher_fillblock(buf, bufsz, AES_BLOCK_SIZE, &in, &inl);
nextblocks = ossl_cipher_fillblock(ctx->buf, &ctx->bufsz, blksz,
size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen,